mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
fix note
This commit is contained in:
parent
0cdcf68351
commit
2efa882675
@ -14,7 +14,7 @@ use Rector\Rector\AbstractRector;
|
||||
* $form->add('name', 'form.type.text');
|
||||
*
|
||||
* into:
|
||||
* $form->add('name', 'Symfony\Component\Form\Extension\Core\Type\TextType');
|
||||
* $form->add('name', \Symfony\Component\Form\Extension\Core\Type\TextType::class);
|
||||
*
|
||||
* Ref: https://github.com/symfony/symfony/blob/master/UPGRADE-4.0.md#frameworkbundle
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user