Skip to content

Commit 29ab032

Browse files
committed
Fix test
1 parent 22ef77a commit 29ab032

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/PHPStan/Rules/Variables/NullCoalesceRuleTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ public function testCoalesceRule(): void
8888
'Static property CoalesceRule\FooCoalesce::$staticString (string) on left side of ?? is not nullable.',
8989
131,
9090
],
91+
[
92+
'Property ReflectionClass<object>::$name (class-string<object>) on left side of ?? is not nullable.',
93+
136,
94+
],
9195
]);
9296
}
9397

0 commit comments

Comments
 (0)