8000 [Yaml] Fix wrong line number when comments are inserted in the middle… · symfony/symfony@effae6a · GitHub
[go: up one dir, main page]

Skip to content

Commit effae6a

Browse files
committed
[Yaml] Fix wrong line number when comments are inserted in the middle of a block.
1 parent cb002fe commit effae6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Yaml/Parser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ private function moveToNextLine()
453453

454454
/**
455455
* Moves the parser to the previous line.
456+
*
457+
* @return bool
456458
*/
457459
private function moveToPreviousLine()
458460
{

0 commit comments

Comments
 (0)
0