Passed
Push — master ( 908b7b...7b39fe )
by Arthur
02:58
created
src/Attributes/Rules/StringRules.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,8 +78,9 @@
 block discarded – undo
78 78
 
79 79
     public function password(?string $guard = null)
80 80
     {
81
-        if ($guard === null)
82
-            return $this->rule('guard');
81
+        if ($guard === null) {
82
+                    return $this->rule('guard');
83
+        }
83 84
         return $this->rule("guard:$guard");
84 85
     }
85 86
 
Please login to merge, or discard this patch.