Searched refs:shortArraySyntax (Results 1 – 4 of 4) sorted by relevance
41 * `shortArraySyntax` determines the used array syntax if the `kind` attribute is not set. This is
128 protected bool $shortArraySyntax; variable in PhpParser\\PrettyPrinterAbstract200 $this->shortArraySyntax =
596 $this->shortArraySyntax ? Expr\Array_::KIND_SHORT : Expr\Array_::KIND_LONG);
1196 * Added `shortArraySyntax` option to pretty printer, to print all arrays using short syntax.
Completed in 15 milliseconds