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.
1 parent b9ef3a3 commit f2c9ec1Copy full SHA for f2c9ec1
cookbook/form/dynamic_form_generation.rst
@@ -119,8 +119,8 @@ might look like the following::
119
120
// During form creation setData() is called with null as an argument
121
// by the FormBuilder constructor. We're only concerned with when
122
- // setData is called with an actual Entity object in it (whether new,
123
- // or fetched with DRemoving octrine). This if statement lets us skip right
+ // setData is called with an actual Entity object in it (whether new
+ // or fetched with Doctrine). This if statement lets us skip right
124
// over the null condition.
125
if (null === $data) {
126
return;
0 commit comments