Skip to content

Commit ce414c4

Browse files
Removing redundant info
1 parent 48c8ebc commit ce414c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

form/form_collections.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ that Task, right inside the same form.
1919
including the ``ManyToMany`` association mapping definition on the Task's
2020
``tags`` property.
2121

22-
First, suppose that each ``Task`` belongs to multiple ``Tag`` objects. Start
23-
by creating a simple ``Task`` class::
22+
Let's start by creating a simple ``Task`` entity::
2423

2524
// src/AppBundle/Entity/Task.php
2625
namespace AppBundle\Entity;
@@ -30,7 +29,6 @@ by creating a simple ``Task`` class::
3029
class Task
3130
{
3231
protected $description;
33-
3432
protected $tags;
3533

3634
public function __construct()

0 commit comments

Comments
 (0)