Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPhpVersion.php37 public static function fromComponents(int $major, int $minor): self { argument
38 return new self($major * 10000 + $minor * 100);
/PHP-Parser/doc/component/
H A DPretty_printing.markdown59 If you want to make minor changes to the formatting, the easiest way is to extend the pretty printer
H A DWalking_the_AST.markdown323 for minor tasks. For this reason a `NodeFinder` is provided, which can find AST nodes that either

Completed in 6 milliseconds