Skip to content

Commit a244f58

Browse files
Declare class readonly
1 parent 646f1e5 commit a244f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/MockObject/Generator/Property.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @internal This class is not covered by the backward compatibility promise for PHPUnit
1818
*/
19-
final class Property
19+
final readonly class Property
2020
{
2121
/**
2222
* @var non-empty-string

0 commit comments

Comments
 (0)