Make WordPress Core


Ignore:
Timestamp:
11/29/2022 09:11:42 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix spacing for incrementors and decrementors in various files.

Note: This will be enforced by WPCS 3.0.0.

Props jrf.
See #56791.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/date/theDate.php

    r52010 r54896  
    8181
    8282        public function count_hook( $input ) {
    83                 $this->hooks_called[ current_filter() ] ++;
     83                $this->hooks_called[ current_filter() ]++;
    8484
    8585                return $input;
Note: See TracChangeset for help on using the changeset viewer.