|
@@ -300,12 +300,9 @@ class Parser
|
|
|
|
|
|
while ($this->moveToNextLine())
|
|
|
{
|
|
|
- if ($this->isCurrentLineEmpty())
|
|
|
+ if ($this->isCurrentLineBlank())
|
|
|
{
|
|
|
- if ($this->isCurrentLineBlank())
|
|
|
- {
|
|
|
- $data[] = substr($this->currentLine, $newIndent);
|
|
|
- }
|
|
|
+ $data[] = substr($this->currentLine, $newIndent);
|
|
|
|
|
|
continue;
|
|
|
}
|