We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee92299 commit b5c785bCopy full SHA for b5c785b
src/Dto/UserMenuDto.php
@@ -72,7 +72,7 @@ public function setItems(array $items): void
72
trigger_deprecation(
73
'easycorp/easyadmin-bundle',
74
'4.25.0',
75
- 'Argument "%s" for "%s" must be one of these types: %s. Passing type %s will cause an error in 5.0.0.',
+ 'Argument "%s" for "%s" must be one of type: %s. Passing type %s will cause an error in 5.0.0.',
76
'$items',
77
__METHOD__,
78
'"array<MenuItemDto>"',
0 commit comments