GemberPHP /
file-reflector-roave
| 1 | <?php |
||
| 2 | |||
| 3 | declare(strict_types=1); |
||
| 4 | |||
| 5 | namespace Gember\FileReflectorRoave\Test\TestDoubles; |
||
| 6 | |||
| 7 | final readonly class TestClass {} |
||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
|
|||
| 8 |