Skip to content

Commit b42bddd

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Update Choice.rst
2 parents 8ab7a65 + b2e42bb commit b42bddd

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)