Skip to content

Commit

Permalink
[Yaml][Parser] Remove the getLastLineNumberBeforeDeprecation() intern…
Browse files Browse the repository at this point in the history
…al unused method
  • Loading branch information
fancyweb committed Oct 24, 2019
1 parent 0b17448 commit 5dca0bd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ public function parse(string $value, int $flags = 0)
return $data;
}

/**
* @internal
*/
public function getLastLineNumberBeforeDeprecation(): int
{
return $this->getRealCurrentLineNb();
}

private function doParse(string $value, int $flags)
{
$this->currentLineNb = -1;
Expand Down

0 comments on commit 5dca0bd

Please sign in to comment.