Test Failed
Push — ip-ranges ( af8775 )
by MusikAnimal
07:44
created
src/AppBundle/Controller/XtoolsController.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -434,8 +434,9 @@
 block discarded – undo
434 434
         // Allow querying for any IP, currently with no edit count limitation...
435 435
         // Once T188677 is resolved IPs will be affected by the EXPLAIN results.
436 436
         if ($user->isAnon()) {
437
-            if ($user->isIpRange() && )
438
-            return $user;
437
+            if ($user->isIpRange() && ) {
438
+                        return $user;
439
+            }
439 440
         }
440 441
 
441 442
         $originalParams = $this->params;
Please login to merge, or discard this patch.