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 c1de17c commit e8c03e6Copy full SHA for e8c03e6
tests/PHPStan/Analyser/TypeSpecifierTest.php
@@ -123,11 +123,11 @@ public static function dataCondition(): iterable
123
new Expr\ClassConstFetch(new Name('Bug9499\\FooEnum'), 'A'),
124
),
125
[
126
- '__phpstanRembered($foo->bar)' => 'Bug9499\FooEnum::A',
+ '__phpstanRemembered($foo->bar)' => 'Bug9499\FooEnum::A',
127
'$foo->bar' => 'Bug9499\FooEnum::A',
128
],
129
130
- '__phpstanRembered($foo->bar)' => '~Bug9499\FooEnum::A',
+ '__phpstanRemembered($foo->bar)' => '~Bug9499\FooEnum::A',
131
'$foo->bar' => '~Bug9499\FooEnum::A',
132
133
];
0 commit comments