Skip to content

Commit e1ad3b0

Browse files
committed
minor #20328 [HttpKernel] Fix class name (seb-jean)
This PR was merged into the 7.1 branch. Discussion ---------- [HttpKernel] Fix class name <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 902d750 Update controller.rst
2 parents 70a93ef + 902d750 commit e1ad3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ To do so, map the parameter as an array and configure the type of each element
578578
using the ``type`` option of the attribute::
579579

580580
public function dashboard(
581-
#[MapRequestPayload(type: UserDTO::class)] array $users
581+
#[MapRequestPayload(type: UserDto::class)] array $users
582582
): Response
583583
{
584584
// ...

0 commit comments

Comments
 (0)