Make WordPress Core


Ignore:
Timestamp:
09/29/2023 12:19:29 PM (15 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove redundant ignore annotations, take 2.

This removes ignore annotations which are unnecessary due to the configuration in the phpcs.xml.dist ruleset already taking care of this.

Follow-up to [45611], [50146], [50148], [50586], [50822], [56738].

Props jrf.
See #59161.

File:
1 edited

Legend:

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

    r56693 r56743  
    54785478         */
    54795479        if ( 2 === func_num_args() ) {
    5480             // phpcs:ignore WordPress.PHP.NoSilencedErrors
    54815480            $info = @getimagesize( $filename, $image_info );
    54825481        } else {
    5483             // phpcs:ignore WordPress.PHP.NoSilencedErrors
    54845482            $info = @getimagesize( $filename );
    54855483        }
Note: See TracChangeset for help on using the changeset viewer.