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

Thank you. Thank you very much