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/rest-api/rest-posts-controller.php

    r55562 r56548  
    43034303        $this->assertArrayNotHasKey( '/wp/v2/invalid-controller', $routes );
    43044304        _unregister_post_type( 'invalid-controller' );
    4305 
    43064305    }
    43074306
     
    50295028        $this->assertArrayNotHasKey( 'permalink_template', $data );
    50305029        $this->assertArrayNotHasKey( 'generated_slug', $data );
    5031 
    50325030    }
    50335031
Note: See TracChangeset for help on using the changeset viewer.