Suppress errors by phpstrom

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:
image

1 Like

Thank you. Thank you very much

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.