mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
fix test
This commit is contained in:
parent
e7bc6f273a
commit
a6a0769402
@ -1916,7 +1916,7 @@ class AssertAnnotationTest extends TestCase
|
||||
$uniqueObjects[] = $object;
|
||||
}
|
||||
|
||||
return array_values($uniqueObjects);
|
||||
return $uniqueObjects;
|
||||
}
|
||||
}
|
||||
',
|
||||
|
Loading…
Reference in New Issue
Block a user