mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-17 23:28:15 +01:00
8be56afd2d
Array items are not expressions by themselves.
4 lines
71 B
PHP
4 lines
71 B
PHP
<?php declare(strict_types=1);
|
|
|
|
require __DIR__ . '/../ArrayItem.php';
|