Skip to content

Commit b2e42bb

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Update Choice.rst
2 parents fb7fa42 + 9dffb6e commit b2e42bb

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)