Merge "Better punctuation in uploadstash-badtoken"
[lhc/web/wiklou.git] / includes / db / loadbalancer / LBFactoryFake.php
index d8becf5..33ee250 100644 (file)
@@ -28,9 +28,6 @@
  * LBFactory::enableBackend() to return to normal behavior
  */
 class LBFactoryFake extends LBFactory {
-       public function __construct( array $conf ) {
-       }
-
        public function newMainLB( $wiki = false ) {
                throw new DBAccessError;
        }
@@ -47,6 +44,6 @@ class LBFactoryFake extends LBFactory {
                throw new DBAccessError;
        }
 
-       public function forEachLB( $callback, array $params = array() ) {
+       public function forEachLB( $callback, array $params = [] ) {
        }
 }