PHP-Parser/lib/PhpParser/Node/Expr/ArrayItem.php
Nikita Popov 8be56afd2d Rename Expr\ArrayItem to ArrayItem
Array items are not expressions by themselves.
2022-09-02 22:41:10 +02:00

4 lines
71 B
PHP

<?php declare(strict_types=1);
require __DIR__ . '/../ArrayItem.php';