-
Notifications
You must be signed in to change notification settings - Fork 1
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
Codestyle wrongly assumes some strings are classes #112
Comments
I think, updating this from: @krzysztofrewak |
@kamilpiech97, you can try to open pull request in CS Fixer directly. |
@kamilpiech97, any updates? |
Opened PR, we will see. |
@kamilpiech97, looks like you need to implement it on your way here. |
In one of our projects Codestyle wants to change this:
into:
And this makes no sense at all. Other example:
into:
["name" => \Redis::class],
We should handle this somehow.
The text was updated successfully, but these errors were encountered: