You are here

private property Parser::$currentLineNb in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/yaml/Parser.php \Symfony\Component\Yaml\Parser::currentLineNb

File

vendor/symfony/yaml/Parser.php, line 29

Class

Parser
Parser parses YAML strings to convert them to PHP arrays.

Namespace

Symfony\Component\Yaml

Code

private $currentLineNb = -1;