Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
This commit is contained in:
@@ -9,6 +9,10 @@ namespace Core;
|
||||
* @author Frederic Guillot
|
||||
*/
|
||||
interface Listener {
|
||||
|
||||
/**
|
||||
* @return boolean
|
||||
*/
|
||||
public function execute(array $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user