Completed
Push — master ( 598885...60e783 )
by Michal
119:38 queued 54:37
created
src/Components/OptionsArray.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
                         'value' => '',
184 184
                     );
185 185
                     $state = 1;
186
-                } elseif ($lastOption[1] === 'expr'  || $lastOption[1] === 'expr=') {
186
+                } elseif ($lastOption[1] === 'expr' || $lastOption[1] === 'expr=') {
187 187
                     // This is a keyword that is followed by an expression.
188 188
                     // The expression is used by the specialized parser.
189 189
 
Please login to merge, or discard this patch.