Coding Standards: Fix/ignore the WordPress.NamingConventions.ValidFunctionName violations.

See #47632



git-svn-id: https://develop.svn.wordpress.org/trunk@45580 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast
2019-07-01 08:00:12 +00:00
parent d2c4198623
commit ef5a9dfda6
26 changed files with 50 additions and 43 deletions

View File

@@ -761,6 +761,7 @@ function wp_cache_add_non_persistent_groups( $groups ) {
$wp_object_cache->add_non_persistent_groups( $groups );
}
// phpcs:disable WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
class WP_Object_Cache {
/**
@@ -2160,3 +2161,4 @@ class WP_Object_Cache {
$this->blog_prefix = ( is_multisite() ? $blog_id : $table_prefix ) . ':';
}
}
// phpcs:enable