From e59b1ffc57eae7698da9352bfcb17ae923ff4101 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 12 Feb 2021 13:14:58 -0500 Subject: [PATCH] Fix failing test --- tests/Ion/mocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Ion/mocks.php b/tests/Ion/mocks.php index 0a28b385..c0a2f755 100644 --- a/tests/Ion/mocks.php +++ b/tests/Ion/mocks.php @@ -66,7 +66,7 @@ class FriendTestClass extends FriendParentTestClass { class TestTransformer extends AbstractTransformer { - public function transform($item) + public function transform(array|object $item): array { $out = []; $genre_list = (array) $item;