Skip to content

Commit 9aa254a

Browse files
committed
minor symfony#16448 [Validator] Added missing ";" into Traverse.rst (NicolasJourdan)
This PR was submitted for the 6.0 branch but it was merged into the 5.3 branch instead. Discussion ---------- [Validator] Added missing ";" into Traverse.rst Added missing ";" <!-- 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 ------- a358418 Update Traverse.rst
2 parents 2729567 + a358418 commit 9aa254a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Traverse.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ that all have constraints on their properties.
2525
namespace App\Entity;
2626
2727
use Doctrine\Common\Collections\ArrayCollection;
28-
use Doctrine\Common\Collections\Collection
28+
use Doctrine\Common\Collections\Collection;
2929
use Doctrine\ORM\Mapping as ORM;
3030
use Symfony\Component\Validator\Constraints as Assert;
3131

0 commit comments

Comments
 (0)