1: <?php declare(strict_types=1);
2:
3: namespace PhpParser\Node\Stmt;
4:
5: use PhpParser\Node\PropertyItem;
6:
7: require __DIR__ . '/../PropertyItem.php';
8:
9: if (false) {
10: // For classmap-authoritative support.
11: class PropertyProperty extends PropertyItem {
12: }
13: }
14: