Skip to content

Commit 106fdd2

Browse files
This class can no longer be readonly
1 parent 662ce7c commit 106fdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/Api/Groups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* @internal This class is not covered by the backward compatibility promise for PHPUnit
3030
*/
31-
final readonly class Groups
31+
final class Groups
3232
{
3333
/**
3434
* @var array<string, array<int, string>>

0 commit comments

Comments
 (0)