Skip to content

Commit e8c03e6

Browse files
committed
Update TypeSpecifierTest.php
1 parent c1de17c commit e8c03e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Analyser/TypeSpecifierTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ public static function dataCondition(): iterable
123123
new Expr\ClassConstFetch(new Name('Bug9499\\FooEnum'), 'A'),
124124
),
125125
[
126-
'__phpstanRembered($foo->bar)' => 'Bug9499\FooEnum::A',
126+
'__phpstanRemembered($foo->bar)' => 'Bug9499\FooEnum::A',
127127
'$foo->bar' => 'Bug9499\FooEnum::A',
128128
],
129129
[
130-
'__phpstanRembered($foo->bar)' => '~Bug9499\FooEnum::A',
130+
'__phpstanRemembered($foo->bar)' => '~Bug9499\FooEnum::A',
131131
'$foo->bar' => '~Bug9499\FooEnum::A',
132132
],
133133
];

0 commit comments

Comments
 (0)