From d156c47f0951cf681d16ed047f322e8332eb485e Mon Sep 17 00:00:00 2001 From: Raphaƫl Doursenaud Date: Tue, 22 Apr 2014 15:08:18 +0200 Subject: Better documentation These changes have been automatically suggested by scrutinizer-ci.com --- core/event.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/event.php') 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); } -- cgit v1.2.3