Make WordPress Core

Changeset 57829

Timestamp:
03/13/2024 01:18:35 PM (5 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Update the config for WordPress.PHP.NoSilencedErrors in PHPCS ruleset.

Includes alphabetizing the third party library exclusions section.

Follow-up to [50810], [51658], [57524].

See #60700.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r57524 r57829  
    5353
    5454    <exclude-pattern>/src/wp-includes/atomlib\.php</exclude-pattern>
     55
    5556    <exclude-pattern>/src/wp-includes/class-IXR\.php</exclude-pattern>
    5657    <exclude-pattern>/src/wp-includes/class-json\.php</exclude-pattern>
     
    6061    <exclude-pattern>/src/wp-includes/class-simplepie\.php</exclude-pattern>
    6162    <exclude-pattern>/src/wp-includes/class-snoopy\.php</exclude-pattern>
    62     <exclude-pattern>/src/wp-includes/class-avif-info\.php</exclude-pattern>
    6363    <exclude-pattern>/src/wp-includes/deprecated\.php</exclude-pattern>
    6464    <exclude-pattern>/src/wp-includes/ms-deprecated\.php</exclude-pattern>
     
    217217                <element value="gzdecode"/>
    218218                <element value="imagecreatefromwebp"/>
     219
    219220            </property>
    220221        </properties>
Note: See TracChangeset for help on using the changeset viewer.