Home
last modified time | relevance | path

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

/PHP-Parser/doc/component/
H A DPretty_printing.markdown41 * `shortArraySyntax` determines the used array syntax if the `kind` attribute is not set. This is
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php128 protected bool $shortArraySyntax; variable in PhpParser\\PrettyPrinterAbstract
200 $this->shortArraySyntax =
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php596 $this->shortArraySyntax ? Expr\Array_::KIND_SHORT : Expr\Array_::KIND_LONG);
/PHP-Parser/
H A DCHANGELOG.md1189 * Added `shortArraySyntax` option to pretty printer, to print all arrays using short syntax.

Completed in 17 milliseconds