Make WordPress Core


Ignore:
Timestamp:
09/29/2023 12:19:29 PM (14 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/functions.php

    r56732 r56743  
    33183318                $imagesize = getimagesize( $file );
    33193319            } else {
    3320                 // phpcs:ignore WordPress.PHP.NoSilencedErrors
    33213320                $imagesize = @getimagesize( $file );
    33223321            }
Note: See TracChangeset for help on using the changeset viewer.