This commit is contained in:
Yuri Kuznetsov
2020-06-24 09:02:23 +03:00
parent 0f2a26b744
commit bf410b2258

View File

@@ -214,7 +214,6 @@ class Parser
$this->processStrings($expression, $modifiedExpression, $splitterIndexList, true);
//echo $modifiedExpression;
$this->stripComments($expression, $modifiedExpression);
foreach ($splitterIndexList as $i => $index) {