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