Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8abfc01

Browse filesBrowse files
maks-rafalkoweaverryan
authored andcommitted
Small typo
fixed typo in method name (extra "`")
1 parent 77bcb9c commit 8abfc01
Copy full SHA for 8abfc01

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/form/unit_testing.rst

Copy file name to clipboardExpand all lines: cookbook/form/unit_testing.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ be the first test you write::
7777
$form = $this->factory->create($type);
7878

7979
This test checks that none of your data transformers used by the form
80-
failed. The :method:`Symfony\\Component\\Form\\FormInterface::isSynchronized``
80+
failed. The :method:`Symfony\\Component\\Form\\FormInterface::isSynchronized`
8181
method is only set to ``false`` if a data transformer throws an exception::
8282

8383
$form->bind($formData);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.