Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 7, 2022
1 parent 2a4686e commit 6ff970a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/PHPStan/Parser/PhpDocParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2221,6 +2221,10 @@ public function provideMethodTagsData(): Iterator
[
new IdentifierTypeNode('array-key'),
new IdentifierTypeNode('T'),
],
[
GenericTypeNode::VARIANCE_INVARIANT,
GenericTypeNode::VARIANCE_INVARIANT,
]
),
false,
Expand Down

0 comments on commit 6ff970a

Please sign in to comment.