Skip to content

Commit 2f41c9e

Browse files
committed
minor #4887 Typo (XitasoChris)
This PR was merged into the 2.6 branch. Discussion ---------- Typo Typo: is -> id Commits ------- 9edffa0 Typo
2 parents 65da1a9 + 9edffa0 commit 2f41c9e

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)