Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9aa254a

Browse filesBrowse files
committed
minor #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
Copy full SHA for 9aa254a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎reference/constraints/Traverse.rst

Copy file name to clipboardExpand all lines: reference/constraints/Traverse.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.