Skip to content

Commit

Permalink
PHPStan complain that readonly properties must be handled inside the …
Browse files Browse the repository at this point in the history
…constructor
  • Loading branch information
Bellangelo committed Jan 15, 2025
1 parent ae8a4c5 commit 7ed89d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ abstract class FlowIntegrationTestCase extends FlowTestCase

protected Serializer $serializer;

private readonly string $baseMemoryLimit;
private string $baseMemoryLimit;

protected function setUp() : void
{
Expand Down

0 comments on commit 7ed89d0

Please sign in to comment.