Completed
Push — master ( af12eb...40e48e )
by Sam
02:10
created
lib/Validator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
     {
354 354
         $pattern = '/^((?:[0-9]+\.){1,4})in\-addr\.arpa\.$/i';
355 355
 
356
-        if(1 !== preg_match($pattern, $address, $matches)) {
356
+        if (1 !== preg_match($pattern, $address, $matches)) {
357 357
             return false;
358 358
         }
359 359
 
Please login to merge, or discard this patch.