marlonfan / coc-phpls

🐭 php language server for coc.nvim
MIT License
212 stars 16 forks source link

Ignore Warnings & Errors On Next Line #115

Open TheWiseNoob opened 1 year ago

TheWiseNoob commented 1 year ago

Is there some kind of comment I can put before a line to ignore a warning or error on the next line? Sometimes warnings or errors are erroneous, like a variable used inside an include that's defined outside the include.