1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Corrected AttributeTest expectation: ReflectionAttributes always come in a list

This commit is contained in:
Marco Pivetta 2022-12-07 15:44:38 +01:00
parent ed2cde1b93
commit 30a49633a5

View File

@ -125,7 +125,7 @@ class AttributeTest extends TestCase
$b = $a->getAttributes();
',
'assertions' => [
'$b' => 'array<array-key, ReflectionAttribute<object>>',
'$b' => 'list<ReflectionAttribute<object>>',
],
'ignored_issues' => [],
'php_version' => '8.0'