Searched refs:minor (Results 1 – 3 of 3) sorted by relevance
37 public static function fromComponents(int $major, int $minor): self { argument38 return new self($major * 10000 + $minor * 100);
59 If you want to make minor changes to the formatting, the easiest way is to extend the pretty printer
323 for minor tasks. For this reason a `NodeFinder` is provided, which can find AST nodes that either
Completed in 5 milliseconds