Skip to content

Commit

Permalink
PHPCS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JDGrimes committed Feb 6, 2015
1 parent 9e55c15 commit 19eaf8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ script:
- find . -name '*.php' -exec php -lf {} \;
- >
if [[ $TRAVIS_PHP_VERSION == 5.3 ]]; then
/tmp/phpcs/scripts/phpcs -ns --standard=WordPress $(find . -name '*.php')
/tmp/phpcs/scripts/phpcs -ns --standard=WordPress-Extra $(find . -name '*.php')
else
echo 'Not running PHPCS.'
fi
Expand Down
2 changes: 1 addition & 1 deletion wp-http-testcase.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public static function save_cache() {
}
}

if ( ! defined( 'WP_HTTP_TC_NO_BACKPAT') ) {
if ( ! defined( 'WP_HTTP_TC_NO_BACKPAT' ) ) {
abstract class WP_HTTP_UnitTestCase extends WP_HTTP_TestCase {}
}

Expand Down

0 comments on commit 19eaf8b

Please sign in to comment.