Skip to content

Commit

Permalink
Coding Standards: Fix WPCS issue in [46107].
Browse files Browse the repository at this point in the history
See #46631.

git-svn-id: https://develop.svn.wordpress.org/trunk@46108 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Sep 14, 2019
1 parent 0b48fd2 commit a70be65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/functions/getStatusHeaderDesc.php
Expand Up @@ -32,7 +32,7 @@ public function _status_strings() {
array( 500, 'Internal Server Error' ),

// A string to make sure that the absint() is working.
array( "200", 'OK' ),
array( '200', 'OK' ),

// Not recognized codes return empty strings.
array( 9999, '' ),
Expand Down

0 comments on commit a70be65

Please sign in to comment.