Skip to content

Commit 9edffa0

Browse files
author
XitasoChris
committed
Typo
Typo: is -> id
1 parent 0615928 commit 9edffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
681681
$task = $em->getRepository('AcmeTaskBundle:Task')->find($id);
682682

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

687687
$originalTags = new ArrayCollection();

0 commit comments

Comments
 (0)