Skip to content

Commit 2b2c98d

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Update Choice.rst
2 parents e926d7c + b42bddd commit 2b2c98d

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)