Passed
Push — master ( 7ec3d6...1eec8f )
by Johnny
02:22
created
src/Cortex/Commands/Response.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,9 +40,9 @@
 block discarded – undo
40 40
     public function parse(Node $node): void
41 41
     {
42 42
         $types = [
43
-          '-', '*',
44
-          '^', '@',
45
-          '%'
43
+            '-', '*',
44
+            '^', '@',
45
+            '%'
46 46
         ];
47 47
 
48 48
         if (in_array($node->command(), $types) === true) {
Please login to merge, or discard this patch.