Make WordPress Core

Changeset 54915


Ignore:
Timestamp:
11/30/2022 04:33:48 PM (22 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix indentation of multi-line chained method call in test_json_error_with_status().

Follow-up to [34928], [42228].

Props jrf.
See #56791.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-server.php

    r54403 r54915  
    594594    public function test_json_error_with_status() {
    595595        $stub = $this->getMockBuilder( 'Spy_REST_Server' )
    596                     ->setMethods( array( 'set_status' ) )
    597                     ->getMock();
     596            ->setMethods( array( 'set_status' ) )
     597            ->getMock();
    598598
    599599        $stub->expects( $this->once() )
Note: See TracChangeset for help on using the changeset viewer.