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