Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 22, 2022
1 parent 10efc8b commit 8226c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPStan/Rules/Properties/data/bug-4680.php
Expand Up @@ -10,7 +10,7 @@ class HelloWorld
/** @var \SplObjectStorage<self, null> */
private $collection2;

public function __construct(): void
public function __construct()
{
$this->collection1 = new \SplObjectStorage();
$this->collection2 = new \SplObjectStorage();
Expand Down

0 comments on commit 8226c4f

Please sign in to comment.