Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 30, 2022
1 parent 6315635 commit d92d616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPStan/Rules/Arrays/data/bug-4926.php
Expand Up @@ -8,7 +8,7 @@
class Foo
{
/** @var Data */
private array $data = [];
private $data = [];

public function getFirstName(): ?string
{
Expand Down

0 comments on commit d92d616

Please sign in to comment.