Skip to content

Commit b5c785b

Browse files
committed
Minor tweak
1 parent ee92299 commit b5c785b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dto/UserMenuDto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function setItems(array $items): void
7272
trigger_deprecation(
7373
'easycorp/easyadmin-bundle',
7474
'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.',
75+
'Argument "%s" for "%s" must be one of type: %s. Passing type %s will cause an error in 5.0.0.',
7676
'$items',
7777
__METHOD__,
7878
'"array<MenuItemDto>"',

0 commit comments

Comments
 (0)