diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-05-08 15:05:14 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-06-02 14:16:37 +0200 |
commit | a9455be14a36013adead81de06e3799e6e7efb9b (patch) | |
tree | f0719cca741bdf839780c44a88042f8d4753ab0e | |
parent | 0497534a6e5c7c856faf2f4a1939ab34a7f59a8f (diff) | |
download | nextcloud-server-a9455be14a36013adead81de06e3799e6e7efb9b.tar.gz nextcloud-server-a9455be14a36013adead81de06e3799e6e7efb9b.zip |
more hints
-rw-r--r-- | lib/private/repair.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/repair.php b/lib/private/repair.php index c690fe4a8cd..43350995beb 100644 --- a/lib/private/repair.php +++ b/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 */ - public function emit($scope, $method, $arguments = array()) { + public function emit($scope, $method, array $arguments = array()) { parent::emit($scope, $method, $arguments); } } |