-
Notifications
You must be signed in to change notification settings - Fork 13
Fix FormattingHandler #69
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
base: master
Are you sure you want to change the base?
Conversation
|
thanks - can you explain what this fixes and why? |
|
I tried using the handler and get a error |
|
in what way does it not work? the document formatting functionality works for me in Phactor. Which client are you using? |
|
basically the way it works here is that it deconstructs the |
|
But I got this error: In my codebase, only after aligning the handler's method signature with what the documentation says (the first should be a The client is |
|
The formatter in phpactor's php-cs-fixer extension ( |
|
Alright, I'll write an integration test to reproduce it. |

No description provided.