Skip to content

Commit e2bacb4

Browse files
committed
Apply operator_linebreak PHP-CS-Fixer rule
1 parent 55071ed commit e2bacb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,8 @@ private function parseBlockScalar(string $style, string $chomping = '', int $ind
844844

845845
while (
846846
$notEOF && (
847-
$isCurrentLineBlank ||
848-
self::preg_match($pattern, $this->currentLine, $matches)
847+
$isCurrentLineBlank
848+
|| self::preg_match($pattern, $this->currentLine, $matches)
849849
)
850850
) {
851851
if ($isCurrentLineBlank && \strlen($this->currentLine) > $indentation) {

0 commit comments

Comments
 (0)