When I use phpstorm, how can I suppress errors by annotation?
Hi,
You can use the #NOSONAR special comment to mute all issues on the same line.
See for example:

Thank you. Thank you very much
When I use phpstorm, how can I suppress errors by annotation?
Hi,
You can use the #NOSONAR special comment to mute all issues on the same line.
See for example:

Thank you. Thank you very much