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 https://getrector.com/demo/6129e6f8-3726-4d26-b961-306b42af6be6
<?php use shop\product\business\ProductFilter; class ProductController { private function sharedProductFilter(): void { $page = isset($_REQUEST['page']) ? $_REQUEST['page'] : 1; $this->brands = Hersteller::getListForProducts(new \ProductFilter()); } }
TernaryToNullCoalescingRector
the fqcn should not be modified, since it after the change collides with a same named class already imported
The text was updated successfully, but these errors were encountered:
Thank you, it seems only happen on TernaryToNullCoalescingRector, I will look into it.
Sorry, something went wrong.
samsonasik
Successfully merging a pull request may close this issue.
Bug Report
Minimal PHP Code Causing Issue
See https://getrector.com/demo/6129e6f8-3726-4d26-b961-306b42af6be6
Responsible rules
TernaryToNullCoalescingRector
Expected Behavior
the fqcn should not be modified, since it after the change collides with a same named class already imported
The text was updated successfully, but these errors were encountered: