Skip to content

Commit 1297479

Browse files
Remove superfluous readonly statement
1 parent 697b867 commit 1297479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextUI/Command/Commands/ListTestFilesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
final readonly class ListTestFilesCommand implements Command
2727
{
28-
private readonly TestSuite $suite;
28+
private TestSuite $suite;
2929

3030
public function __construct(TestSuite $suite)
3131
{

0 commit comments

Comments
 (0)