Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (2 years 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/dependencies.php

    r55022 r56548  
    2828        $this->assertFalse( $dep->query( 'one' ) );
    2929        $this->assertInstanceOf( '_WP_Dependency', $dep->query( 'two' ) );
    30 
    3130    }
    3231
     
    135134        $dep->remove( 'one' );
    136135        $this->assertFalse( $dep->query( 'one' ) );
    137 
    138136    }
    139137
Note: See TracChangeset for help on using the changeset viewer.