We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65da1a9 + 9edffa0 commit 2f41c9eCopy full SHA for 2f41c9e
cookbook/form/form_collections.rst
@@ -681,7 +681,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
681
$task = $em->getRepository('AcmeTaskBundle:Task')->find($id);
682
683
if (!$task) {
684
- throw $this->createNotFoundException('No task found for is '.$id);
+ throw $this->createNotFoundException('No task found for id '.$id);
685
}
686
687
$originalTags = new ArrayCollection();
0 commit comments