From c4703eb95081fc20d973b33aad3166798b6b6af2 Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Fri, 18 Jul 2025 10:48:38 +0200 Subject: [PATCH] fix(test): fix deprecation --- tests/AutoMapperTest/ArrayNotNested/map.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/AutoMapperTest/ArrayNotNested/map.php b/tests/AutoMapperTest/ArrayNotNested/map.php index 80c0d1da..be377bda 100644 --- a/tests/AutoMapperTest/ArrayNotNested/map.php +++ b/tests/AutoMapperTest/ArrayNotNested/map.php @@ -11,6 +11,7 @@ class UserApiResource public array $roles; // ["ROLE_USER"] } +#[\AllowDynamicProperties] class UserEntity { public function setRoles(array $roles)