Skip to content

Commit

Permalink
Clarify deprecation for public access.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Dec 16, 2017
1 parent 1e822f6 commit ec32a90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Event/Event.php
Expand Up @@ -41,6 +41,8 @@ class Event implements EventInterface
/**
* Property used to retain the result value of the event listeners
*
* Note: Public access is deprecated, use setResult() and getResult() instead.
*
* @var mixed
*/
public $result;
Expand Down

0 comments on commit ec32a90

Please sign in to comment.