Make WordPress Core

Changeset 49008


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

Coding Standards: Fix WPCS issue in [49007].

See #50913.

Location:
trunk/tests/phpunit/tests/rest-api
Files:
2 edited

Legend:

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

    r49007 r49008  
    364364            $this->expectException( 'PHPUnit_Framework_Error_Warning' ); // For the undefined index.
    365365        } else {
    366             $this->expectException( 'PHPUnit_Framework_Error_Notice' ); 
     366            $this->expectException( 'PHPUnit_Framework_Error_Notice' );
    367367        }
    368368
  • 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.