Skip to content

Commit 62a823f

Browse files
committed
Remove unnecessary unset()
1 parent e8a1953 commit 62a823f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Parser/MarkdownParser.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ private function parseLine(string $line): void
167167
$blockParser = $this->addChild($newBlockParser, $oldBlockLineStart);
168168
$tryBlockStarts = $newBlockParser->isContainer();
169169
}
170-
171-
unset($oldBlockLineStart);
172170
}
173171

174172
// What remains at the offset is a text line. Add the text to the appropriate block.

0 commit comments

Comments
 (0)