Make WordPress Core


Ignore:
Timestamp:
02/17/2026 11:00:13 PM (7 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove a few unnecessary PHPCS annotations.

Follow-up to [57337], [57548], [60295], [61120].

Props rodrigosprimo.
See #64627.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php

    r60525 r61668  
    338338         * @return true|WP_Error True if the request has write access for the item, WP_Error object otherwise.
    339339         */
    340         public function get_items_permissions_check( $request ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
     340        public function get_items_permissions_check( $request ) {
    341341                if ( current_user_can( 'edit_theme_options' ) ) {
    342342                        return true;
Note: See TracChangeset for help on using the changeset viewer.