Skip to content

Commit 1303314

Browse files
authored
fix(test): fix deprecation (#287)
2 parents 5d78b14 + c4703eb commit 1303314

File tree

1 file changed

+1
-0
lines changed
  • tests/AutoMapperTest/ArrayNotNested

1 file changed

+1
-0
lines changed

tests/AutoMapperTest/ArrayNotNested/map.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class UserApiResource
1111
public array $roles; // ["ROLE_USER"]
1212
}
1313

14+
#[\AllowDynamicProperties]
1415
class UserEntity
1516
{
1617
public function setRoles(array $roles)

0 commit comments

Comments
 (0)