Skip to content

Commit ec615d7

Browse files
committed
Fix build
1 parent c3c01c6 commit ec615d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/data/bug-4436.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Bar
1111
class Foo
1212
{
1313
/** @var \SplObjectStorage<Bar, string> */
14-
private \SplObjectStorage $storage;
14+
private $storage;
1515

1616
public function __construct()
1717
{

0 commit comments

Comments
 (0)