Make WordPress Core


Ignore:
Timestamp:
01/11/2019 06:07:50 AM (5 years ago)
Author:
pento
Message:

Coding Standards: Ignore the violations of Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase.

See #45934.

File:
1 edited

Legend:

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

    r44467 r44563  
    1919 */
    2020define( 'OBJECT', 'OBJECT' );
     21// phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase
    2122define( 'object', 'OBJECT' ); // Back compat.
    2223
Note: See TracChangeset for help on using the changeset viewer.