Commit 94298ee
committed
minor #12002 Use string instead of FQCN (OskarStark)
This PR was merged into the 3.4 branch.
Discussion
----------
Use string instead of FQCN
If the type is string, it should either be:
**type**: ``string`` **default**: ``'Symfony\Component\Form\Extension\Core\Type\TextType'``
or
**type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\TextType::class``
@xabbuh can you please give me some feedback here? Thanks
Commits
-------
0c26a3d Use string instead of FQCN1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments