标签: php sonarlint
有什么方法(我的意思是代码)如何抑制PHP中SonarLint针对一种方法或非类代码块的特定警告?例如(php:S1192)
例如,在Java中,您可以使用@SuppressWarnings("squid:S1234"),但对于PHP却一无所获。 在这种情况下,// NOSONAR显然不是解决方案。
@SuppressWarnings("squid:S1234")
// NOSONAR