Skip to content

Commit 5dca0bd

Browse files
committed
[Yaml][Parser] Remove the getLastLineNumberBeforeDeprecation() internal unused method
1 parent 0b17448 commit 5dca0bd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Parser.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ public function parse(string $value, int $flags = 0)
108108
return $data;
109109
}
110110

111-
/**
112-
* @internal
113-
*/
114-
public function getLastLineNumberBeforeDeprecation(): int
115-
{
116-
return $this->getRealCurrentLineNb();
117-
}
118-
119111
private function doParse(string $value, int $flags)
120112
{
121113
$this->currentLineNb = -1;

0 commit comments

Comments
 (0)