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/pomo/streams.php

    r44614 r45580  
    3535         * @param string $endian Set the endianness of the file. Accepts 'big', or 'little'.
    3636         */
    37         function setEndian( $endian ) {
     37        function setEndian( $endian ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
    3838            $this->endian = $endian;
    3939        }
Note: See TracChangeset for help on using the changeset viewer.