Passed
Push — master ( 5aa6fa...3cf99a )
by Johnny
01:50
created
src/Cortex/Triggers/Alternation.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
         $with = explode(" ", $withSignature);
157 157
         $without = explode(" ", $withoutSignature);
158 158
 
159
-       // echo "{$withSignature} vs {$withoutSignature}\n";
159
+        // echo "{$withSignature} vs {$withoutSignature}\n";
160 160
         $max = count($with);
161 161
         for ($i = 0; $i < $max; $i++) {
162 162
             if (isset($without[$i]) === false) {
Please login to merge, or discard this patch.