Les PHPC ignorent l'avertissement de ligne

// Ignore a line warning (This would normally throw a non-camel case function name warning)
// @codingStandardsIgnoreLine
private function _MM_DD_YYYY_To_ISO($date){
}

// Ignore warning for a whole file
// phpcs:ignoreFile
Shy Semicolon