Skip to content

Commit 9dffb6e

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Update Choice.rst
2 parents 34d9651 + 5035ad2 commit 9dffb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Choice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ you can pass the class name and the method as an array.
198198
// src/Entity/Author.php
199199
namespace App\Entity;
200200
201-
use App\Entity\Genre
201+
use App\Entity\Genre;
202202
use Symfony\Component\Validator\Constraints as Assert;
203203
204204
class Author

0 commit comments

Comments
 (0)