Test Setup Failed
Push — master ( dae5b9...d54cec )
by Martijn
02:12
created
src/Vanderlee/Comprehend/Parser/Structure/Choice.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
                 break;
112 112
 
113 113
             case Prefer::SHORTEST:
114
-                $match = $this->parseShortest($input,$offset, $context);
114
+                $match = $this->parseShortest($input, $offset, $context);
115 115
                 break;
116 116
         }
117 117
 
Please login to merge, or discard this patch.