Make WordPress Core


Ignore:
Timestamp:
10/01/2023 12:20:53 AM (12 months ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r56735 r56752  
    27652765                '<code>wp_opcache_invalidate_directory()</code>'
    27662766            );
    2767             // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
    27682767            trigger_error( $error_message );
    27692768        }
Note: See TracChangeset for help on using the changeset viewer.