mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Coding Standards: Remove redundant ignore annotations, take 4.
This removes ignore annotations related to sniffs which are not used by WP Core (like sniffs in the `WordPress-Extra` ruleset). Follow-up to [48072], [51003], [55204], [56714]. Props jrf. See #59161. git-svn-id: https://develop.svn.wordpress.org/trunk@56752 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2764,7 +2764,6 @@ function wp_opcache_invalidate_directory( $dir ) {
|
||||
__( '%s expects a non-empty string.' ),
|
||||
'<code>wp_opcache_invalidate_directory()</code>'
|
||||
);
|
||||
// phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
|
||||
trigger_error( $error_message );
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user