Passed
Push — master ( 2c39f5...a3ceaf )
by Dedipyaman
02:06
created
src/Rule/String/TextCase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
         $containsLower = (bool) preg_match('/[a-z]/', $text);
92 92
 
93 93
         if ($this->strictCheck)
94
-           return !preg_match('/[\W]/', $text) && $containsLower;
94
+            return !preg_match('/[\W]/', $text) && $containsLower;
95 95
         else
96 96
             return $containsLower;
97 97
     }
Please login to merge, or discard this patch.