mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Corrected AttributeTest
expectation: ReflectionAttribute
s always come in a list
This commit is contained in:
parent
ed2cde1b93
commit
30a49633a5
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user