Skip to content

Commit

Permalink
minor #4887 Typo (XitasoChris)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.6 branch.

Discussion
----------

Typo

Typo: is -> id

Commits
-------

9edffa0 Typo
  • Loading branch information
wouterj committed Jan 23, 2015
2 parents 65da1a9 + 9edffa0 commit 2f41c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/form/form_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
$task = $em->getRepository('AcmeTaskBundle:Task')->find($id);

if (!$task) {
throw $this->createNotFoundException('No task found for is '.$id);
throw $this->createNotFoundException('No task found for id '.$id);
}

$originalTags = new ArrayCollection();
Expand Down

0 comments on commit 2f41c9e

Please sign in to comment.