Home
last modified time | relevance | path

Searched refs:numberOfParsedLines (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/vendor/symfony/yaml/
H A DParser.php32 private $numberOfParsedLines = 0; variable in Symfony\\Component\\Yaml\\Parser
106 $this->numberOfParsedLines = 0;
122 $this->numberOfParsedLines = \count($this->lines);
126 $this->totalNumberOfLines = $this->numberOfParsedLines;
687 if ($this->currentLineNb >= $this->numberOfParsedLines - 1) {