Skip to content

Commit d6b1cae

Browse files
Update controller.rst
1 parent 57aab65 commit d6b1cae

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
@@ -558,7 +558,7 @@ if you want to map a nested array of specific DTOs::
558558
559559
class MyInput
560560
{
561-
#[Assert\Choice(callback: [MyEnum::class, 'values'])
561+
#[Assert\Choice(callback: [MyEnum::class, 'values'])]
562562
public string $myInputAttribute;
563563
}
564564

0 commit comments

Comments
 (0)