Browse Source

more hints

remotes/origin/poc-doctrine-migrations
Robin Appelman 11 years ago
parent
commit
a9455be14a
  1. 2
      lib/private/repair.php

2
lib/private/repair.php

@ -142,7 +142,7 @@ class Repair extends BasicEmitter {
* *
* Re-declared as public to allow invocation from within the closure above in php 5.3 * 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); parent::emit($scope, $method, $arguments);
} }
} }
Loading…
Cancel
Save