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
Ref: umpirsky/Symfony-Upgrade-Fixer#23
Before
public function setDefaultOptions(OptionsResolverInterface $resolver) { parent::setDefaultOptions($resolver); }
After:
public function configureOptions(OptionsResolver $resolver) { // Parent call renamed as well parent::configureOptions($resolver); }
The text was updated successfully, but these errors were encountered:
Updated Rector to commit ae96c1a
47d7229
rectorphp/rector-src@ae96c1a Skip FormatPerservingPrinterTest on windows (#109)
Skip FormatPerservingPrinterTest on windows (rectorphp#109)
ae96c1a
file-mod is not a concept on windows, therefore is this test not usefull / will always fail
No branches or pull requests
Ref: umpirsky/Symfony-Upgrade-Fixer#23
Before
After:
The text was updated successfully, but these errors were encountered: