Searched refs:numberOfParsedLines (Results 1 – 1 of 1) sorted by relevance
32 private $numberOfParsedLines = 0; variable in Symfony\\Component\\Yaml\\Parser106 $this->numberOfParsedLines = 0;122 $this->numberOfParsedLines = \count($this->lines);126 $this->totalNumberOfLines = $this->numberOfParsedLines;687 if ($this->currentLineNb >= $this->numberOfParsedLines - 1) {