Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (17 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove superfluous blank lines at the end of various functions.

Note: This is enforced by WPCS 3.0.0.

Follow-up to [56536], [56547].

Props jrf.
See #59161, #58831.

File:
1 edited

Legend:

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

    r55562 r56548  
    580580        $message = "Expected {$expected}, got {$found}";
    581581        $this->assertEqualsWithDelta( strtotime( $expected ), strtotime( $found ), 10, $message );
    582 
    583582    }
    584583
     
    10221021            $this->assertFalse( $this->q->validate_date_values( array( 'second' => $second ) ) );
    10231022        }
    1024 
    10251023    }
    10261024
Note: See TracChangeset for help on using the changeset viewer.