We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See symfony/symfony#15025
$formBuilder ->add('name', 'text', array('label' => '...')) ->add(...) ->add('friends', 'collection', array( - 'type' => new FriendType(), + 'entry_type' => new FriendType(), - 'options' => array(...) + 'entry_options' => array(...) )) ;
This rule might be added, but I could not find it here. So please verify if we have it first. If not, it's should a new rule 🙂
The text was updated successfully, but these errors were encountered:
@TomasVotruba it seems already exists, ref :
It is part of symfony 3.0 config set:
rector-symfony/config/sets/symfony/symfony30.php
Line 41 in 8e81496
Sorry, something went wrong.
I see.
Could you move it to Symfony 2.7? It should be there
Yes #215
samsonasik
Successfully merging a pull request may close this issue.
See symfony/symfony#15025
This rule might be added, but I could not find it here. So please verify if we have it first. If not, it's should a new rule 🙂
The text was updated successfully, but these errors were encountered: