Make WordPress Core


Ignore:
Timestamp:
07/01/2019 08:00:12 AM (7 years ago)
Author:
pento
Message:

Coding Standards: Fix/ignore the WordPress.NamingConventions.ValidFunctionName violations.

See #47632

File:
1 edited

Legend:

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

    r44953 r45580  
    435435         */
    436436        interface JsonSerializable {
     437                // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
    437438                public function jsonSerialize();
    438439        }
Note: See TracChangeset for help on using the changeset viewer.