more hints

This commit is contained in:
Robin Appelman 2015-05-08 15:05:14 +02:00
parent 0497534a6e
commit a9455be14a
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class Repair extends BasicEmitter {
*
* Re-declared as public to allow invocation from within the closure above in php 5.3
*/
public function emit($scope, $method, $arguments = array()) {
public function emit($scope, $method, array $arguments = array()) {
parent::emit($scope, $method, $arguments);
}
}