Jason Daly
Jason Daly
I believe this fixes #46. I recently had the same issue. Explained in 727e6e1.
See #910 for context. This is a new PR rebasing the last 3 years of changes in `master`.
**Prettier 2.7.1** **PHP Plugin 0.19.1** ```sh # Options (if any): # our .prettierrc { "phpVersion": "8.1", "printWidth": 80, "tabWidth": 4, "useTabs": false, "singleQuote": true, "trailingCommaPHP": true, "braceStyle": "psr-2", "requirePragma": false,...