Make WordPress Core


Ignore:
Timestamp:
09/20/2020 01:16:57 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS issue in [49007].

See #50913.

File:
1 edited

Legend:

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

    r49007 r49008  
    160160            $this->expectException( 'PHPUnit_Framework_Error_Warning' ); // For the undefined index.
    161161        } else {
    162             $this->expectException( 'PHPUnit_Framework_Error_Notice' ); 
     162            $this->expectException( 'PHPUnit_Framework_Error_Notice' );
    163163        }
    164164
Note: See TracChangeset for help on using the changeset viewer.