Skip to content

Commit

Permalink
qa: remove superfluous psalm suppression
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Aug 20, 2024
1 parent 7fce581 commit 4b9cccf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/GenericOrderedListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,6 @@ public function testRemovalOfEntryWillStillJsonSerializeListOfEntries(): void
3,
]);

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

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

0 comments on commit 4b9cccf

Please sign in to comment.