Skip to content

Commit 760d88a

Browse files
committed
Fix
1 parent 8a32a9e commit 760d88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/NodeScopeResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8630,7 +8630,7 @@ public function dataTraitsPhpDocs(): array
86308630
'$this->conflictingProperty',
86318631
],
86328632
[
8633-
self::$useStaticReflectionProvider ? 'TraitPhpDocs\AmbiguousPropertyType' : 'TraitPhpDocsTwo\AmbiguousPropertyType',
8633+
'TraitPhpDocsTwo\AmbiguousPropertyType',
86348634
'$this->bogusProperty',
86358635
],
86368636
[

0 commit comments

Comments
 (0)