Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (3 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/rest-api/wpRestUrlDetailsController.php

    r55457 r56548  
    285285                $expected = strtolower( 'Unable to retrieve body from response at this URL' );
    286286                $this->assertStringContainsString( $expected, strtolower( $data['message'] ), 'Response "message" does not contain "' . $expected . '"' );
    287 
    288287        }
    289288
     
    383382
    384383                                return $response;
    385 
    386384                        }
    387385                );
Note: See TracChangeset for help on using the changeset viewer.