kokororin / vscode-phpfmt

Integrates phpfmt into VS Code
https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt
BSD 3-Clause "New" or "Revised" License
130 stars 30 forks source link

php 7.3 warning #62

Closed ghost closed 5 years ago

ghost commented 5 years ago
PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in phar://D:/TOOL/php/phpfmt.phar/fmt.stub.php on line 8087
Sotiris-k commented 5 years ago

I'm also using PHP 7.3 and this warning clutters up my error log every time I use phpfmt.

I'd create a PR request for the phpfmt repository fixing it but I don't think it's there anymore.

ghost commented 5 years ago

Yes. It seems the repo of phpfmt is gone.

@Sotiris-k