We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c01c6 commit ec615d7Copy full SHA for ec615d7
tests/PHPStan/Analyser/data/bug-4436.php
@@ -11,7 +11,7 @@ class Bar
11
class Foo
12
{
13
/** @var \SplObjectStorage<Bar, string> */
14
- private \SplObjectStorage $storage;
+ private $storage;
15
16
public function __construct()
17
0 commit comments