Issues (8)

tests/TestDoubles/Subfolder/AnotherClass.php (1 issue)

Labels
Severity
1
<?php
2
3
declare(strict_types=1);
4
5
namespace Gember\FileFinderSymfony\Test\TestDoubles\Subfolder;
6
7
final readonly class AnotherClass {}
0 ignored issues
show
A parse error occurred: Syntax error, unexpected T_READONLY, expecting T_CLASS on line 7 at column 6
Loading history...
8