Skip to content
New issue

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

Resolved inside parent calls for Dynamic\MethodRename #109

Closed
TomasVotruba opened this issue Oct 24, 2017 · 0 comments
Closed

Resolved inside parent calls for Dynamic\MethodRename #109

TomasVotruba opened this issue Oct 24, 2017 · 0 comments

Comments

@TomasVotruba
Copy link
Member

TomasVotruba commented Oct 24, 2017

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);
}
TomasVotruba added a commit that referenced this issue May 26, 2021
rectorphp/rector-src@ae96c1a Skip FormatPerservingPrinterTest on windows (#109)
echo511 pushed a commit to echo511/rector that referenced this issue Sep 4, 2021
file-mod is not a concept on windows, therefore is this test not usefull / will always fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant