DEBSOURCES
Skip Quicknav
sources / php-deepcopy / 1.13.4-2 / fixtures / f009 / TypedProperty.php
12345678
<?php declare(strict_types=1); namespace DeepCopy\f009; class TypedProperty { public int $foo; }