This commit is contained in:
Andrés Montañez
2014-08-06 14:35:50 -03:00
parent ec2bb12bf4
commit 724fc05b9e
7 changed files with 10 additions and 6 deletions
+1
View File
@@ -480,6 +480,7 @@ class Parser
if ($isCurrentLineBlank) {
$text .= substr($this->currentLine, $indentation);
} else {
/** @noinspection PhpUndefinedVariableInspection */
$text .= $matches[1];
}