Skip to content

Commit 099581e

Browse files
Remove always true/false occurrences
1 parent 888f0ea commit 099581e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ private function parseBlockScalar(string $style, string $chomping = '', int $ind
874874
if ($notEOF) {
875875
$blockLines[] = '';
876876
$this->moveToPreviousLine();
877-
} elseif (!$notEOF && !$this->isCurrentLineLastLineInDocument()) {
877+
} elseif (!$this->isCurrentLineLastLineInDocument()) {
878878
$blockLines[] = '';
879879
}
880880

0 commit comments

Comments
 (0)