Skip to content

Commit 4b9cccf

Browse files
committed
qa: remove superfluous psalm suppression
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent 7fce581 commit 4b9cccf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/GenericOrderedListTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,6 @@ public function testRemovalOfEntryWillStillJsonSerializeListOfEntries(): void
11961196
3,
11971197
]);
11981198

1199-
/** @psalm-suppress InvalidArgument Might be a psalm bug */
12001199
$list = $list->removeElement(2);
12011200

12021201
self::assertEquals('[1,"foo",3]', json_encode($list, JSON_THROW_ON_ERROR));

0 commit comments

Comments
 (0)