8000
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 19324e8 commit 7929ed5Copy full SHA for 7929ed5
cookbook/form/data_transformers.rst
@@ -122,7 +122,9 @@ In order to achieve this we will add a factory:
122
123
class IssueToNumberTransformerFactory
124
{
125
- /** @var ManagerRegistry */
+ /**
126
+ * @var ManagerRegistry
127
+ */
128
private $registry;
129
130
public function __construct(ManagerRegistry $registry)
@@ -189,7 +191,9 @@ by calling ``addModelTransformer`` (or ``addViewTransformer`` - see
189
191
190
192
class TaskType extends AbstractType
193
- /** @var IssueToNumberTransformerFactory */
194
195
+ * @var IssueToNumberTransformerFactory
196
197
private $factory;
198
199
public function __construct(IssueToNumberTransformerFactory $factory)
0 commit comments