Closed ghostwriter closed 1 year ago
Hi @ghostwriter ,
thanks for reporting. This command was causing more issues and tried to solve a problem that was in php-parser printer, so I've decided to remove it.
Instead of trying to make the tool happy like in your case, it's better to handle the snippets manually or in the outputter.
Hey, TomasVotruba and samsonasik
Thanks for the work you've done on this project, Absolutely love it!
While checking the
README.md
file onghostwriter/coding-standard
I was getting this error.Command:
vendor/bin/ecs check --clear-cache
Relevant code from the
README.md
:I was only able to resolve this issue by adding a closing PHP tag
?>
.