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/class-wp-http-response.php

    r41707 r45580  
    148148     * @return mixed Any JSON-serializable value.
    149149     */
    150     public function jsonSerialize() {
     150    public function jsonSerialize() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
    151151        return $this->get_data();
    152152    }
Note: See TracChangeset for help on using the changeset viewer.