Skip to content

Commit 6c69f1a

Browse files
author
Valentin GRAGLIA
authored
Update Choice.rst
Add missing semicolon
1 parent 84d8bde commit 6c69f1a

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
@@ -250,7 +250,7 @@ you can pass the class name and the method as an array.
250250
// src/Entity/Author.php
251251
namespace App\Entity;
252252
253-
use App\Entity\Genre
253+
use App\Entity\Genre;
254254
use Symfony\Component\Validator\Constraints as Assert;
255255
256256
class Author

0 commit comments

Comments
 (0)