Issues (54)

tests/Fixture/Issue25.php (1 issue)

Severity
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
The private property $foo is not used, and could be removed.
Loading history...
10
}
11