Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/yaml/
H A DParser.php155 …ception('A YAML file cannot contain tabs as indentation.', $this->getRealCurrentLineNb() + 1, $thi…
158 Inline::initialize($flags, $this->getRealCurrentLineNb(), $this->filename);
163 …on('You cannot define a sequence item when in a mapping.', $this->getRealCurrentLineNb() + 1, $thi…
174 … new ParseException('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $thi…
180 $currentLineNumber = $this->getRealCurrentLineNb();
188 …$data[] = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true…
192 … $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true), $flags)
208 $data[] = $this->parseBlock($this->getRealCurrentLineNb(), $block, $flags);
229 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
236 …ot supported. Quote your evaluable mapping keys instead.', $this->getRealCurrentLineNb() + 1, $thi…
[all …]
/template/strap/vendor/symfony/yaml/Command/
H A DLintCommand.php140 throw new ParseException($message, $this->getParser()->getRealCurrentLineNb() + 1);