summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-05-08 15:05:14 +0200
committerRobin Appelman <icewind@owncloud.com>2015-06-02 14:16:37 +0200
commita9455be14a36013adead81de06e3799e6e7efb9b (patch)
treef0719cca741bdf839780c44a88042f8d4753ab0e
parent0497534a6e5c7c856faf2f4a1939ab34a7f59a8f (diff)
downloadnextcloud-server-a9455be14a36013adead81de06e3799e6e7efb9b.tar.gz
nextcloud-server-a9455be14a36013adead81de06e3799e6e7efb9b.zip
more hints
-rw-r--r--lib/private/repair.php2
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);
}
}