-
-
Notifications
You must be signed in to change notification settings - Fork 707
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
unexpected token error #6528
Comments
Thank you for your report! We'll need an isolated failing demo link from: http://getrector.org/demo, |
well I just used the option -vvv and posted the contents of the last listed file to the demo page. anyway your error messages should be more precise ;) |
Thanks! The demo link is very hard to read. We need a smaller demo like 5-10 lines that causes the issue. Feel free to improve the error message if you find a way 👍 |
Closing for lack of narrow feedback. We cannot do anything about it with reproducible failing CI |
rectorphp/rector-src@184ce76 [FileProcessor] Remove unnecessary FileDiffFactory::createTempFileDiff() take 2 (#6528)
Bug Report
I'm getting:
[ERROR] Unexpected token "", expected ')' at offset 578
Minimal PHP Code Causing Issue
That's what I would like to know! The error tells me nothing and I don't even know what file
Expected Behaviour
[ERROR] Unexpected token "", expected ')' at /path/to/somewhere/where/that/happens.php on line 123 at offset 578
Could you anyhow refactor that message accordingly?
The text was updated successfully, but these errors were encountered: