Test Setup Failed
Push — master ( 142ed1...00d6e6 )
by Dennis
03:53
created
src/Validation/RegionRule.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,9 @@
 block discarded – undo
53 53
      */
54 54
     public function passes($value)
55 55
     {
56
-        if (!$this->ruleClass)
57
-            return false;
56
+        if (!$this->ruleClass) {
57
+                    return false;
58
+        }
58 59
         return $this->getRule($value)->isValid();
59 60
     }
60 61
 
Please login to merge, or discard this patch.