PHP-Parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
2022-09-03 18:55:22 +02:00

4 lines
74 B
PHP

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