Home
last modified time | relevance | path

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

/plugin/combo/vendor/symfony/yaml/
H A DParser.php1242 $this->consumeWhitespaces($cursor);
1272 if ($this->consumeWhitespaces($cursor)) {
1285 private function consumeWhitespaces(int &$cursor): bool function in Symfony\\Component\\Yaml\\Parser