kokororin / vscode-phpfmt

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

Constant arrays on classes causes all keywords before function to be removed #112

Closed Christian-Rinne closed 1 year ago

Christian-Rinne commented 1 year ago

Duplicate of #42

The bug still persists (v 1.1.9)

Christian-Rinne commented 1 year ago

I believe it only happens to me when methods are named 'print'.

driade commented 1 year ago

Should be fixed in https://github.com/driade/phpfmt8/issues/37

Christian-Rinne commented 1 year ago

fixed see #42