Skip to content

Commit 5035ad2

Browse files
committed
minor #19379 [Validator] Fix missing semicolon for Choice constraint documentation (Valentin-CosaVostra)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] Fix missing semicolon for `Choice` constraint documentation There is a small semicolon missing in the documentation, since 5.x branch. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 6c69f1a Update Choice.rst
2 parents 84d8bde + 6c69f1a commit 5035ad2

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)