Skip to content

Commit 10e4ef0

Browse files
committed
Fix rule results
1 parent 73825cb commit 10e4ef0

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
@@ -112,7 +112,7 @@ that all have constraints on their properties.
112112
/**
113113
* @var Collection|Book[]
114114
*/
115-
#[ORM\ManyToMany(targetEntity: Book::class)]
115+
#[ORM\ManyToMany(targetEntity: Book::class)]
116116
protected $books;
117117
118118
// some other properties

0 commit comments

Comments
 (0)