@@ -183,7 +183,7 @@ |
||
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 |