Passed
Push — master ( f077aa...a7065a )
by Smoren
02:06
created
src/Validators/LogicFormulaValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
             }
70 70
         }
71 71
 
72
-        $lastToken = $tokens[count($tokens) - 1];
72
+        $lastToken = $tokens[count($tokens)-1];
73 73
 
74 74
         if ($bracketsCount !== 0) {
75 75
             throw new BracketsException(
Please login to merge, or discard this patch.