Merge "Fix some line indent of string concat"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 19 Jun 2015 19:10:54 +0000 (19:10 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 19 Jun 2015 19:10:54 +0000 (19:10 +0000)
includes/Block.php

index 2cbf2d7..c5a16fc 100644 (file)
@@ -123,7 +123,7 @@ class Block {
                                array_slice( array_keys( $defaults ), 0, func_num_args() ),
                                func_get_args()
                        );
-                       //wfDeprecated( __METHOD__ . ' with multiple arguments', '1.26' );
+                       wfDeprecated( __METHOD__ . ' with multiple arguments', '1.26' );
                }
 
                $options += $defaults;