Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9aa254a

Browse 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.rstAdded missing ";"<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/releases for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `6.x` for features of unreleased versions).-->Commits-------a358418 Update Traverse.rst
2 parents2729567 +a358418 commit9aa254a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎reference/constraints/Traverse.rst‎

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp