summaryrefslogtreecommitdiff
path: root/core/event.php
diff options
context:
space:
mode:
authorRaphaël Doursenaud <rdoursenaud@gpcsolutions.fr>2014-04-22 15:08:18 +0200
committerRaphaël Doursenaud <rdoursenaud@gpcsolutions.fr>2014-04-22 15:08:18 +0200
commitd156c47f0951cf681d16ed047f322e8332eb485e (patch)
tree1b97d1cb437fd7b2c0262640b7a70026e054413f /core/event.php
parent919e5d51a4cc4a2928cd34c8c575d4c003bb9a74 (diff)
Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
Diffstat (limited to 'core/event.php')
-rw-r--r--core/event.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/event.php b/core/event.php
index 672146f3..0941acac 100644
--- a/core/event.php
+++ b/core/event.php
@@ -9,6 +9,10 @@ namespace Core;
* @author Frederic Guillot
*/
interface Listener {
+
+ /**
+ * @return boolean
+ */
public function execute(array $data);
}