Merge "Better punctuation in uploadstash-badtoken"
[lhc/web/wiklou.git] / includes / db / loadbalancer / LBFactoryFake.php
index 41066e0..33ee250 100644 (file)
@@ -44,6 +44,6 @@ class LBFactoryFake extends LBFactory {
                throw new DBAccessError;
        }
 
-       public function forEachLB( $callback, array $params = array() ) {
+       public function forEachLB( $callback, array $params = [] ) {
        }
 }