1 | <?php |
||
2 | |||
3 | declare(strict_types=1); |
||
4 | |||
5 | namespace Sunrise\Hydrator\Tests\Fixture; |
||
6 | |||
7 | final class Issue25 |
||
8 | { |
||
9 | private string $foo; |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
10 | } |
||
11 |