Skip to content

Commit

Permalink
Remove phpstan error as issue is fixed in core.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 29, 2017
1 parent 0eccf3e commit a536b0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_script:

script:
- if [[ $PHPCS = 1 ]]; then vendor/bin/phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ config/; fi
- if [[ $PHPSTAN = 1 ]]; then vendor/bin/phpstan analyse -c phpstan.neon -l 5 src; fi
- if [[ $PHPSTAN = 1 ]]; then vendor/bin/phpstan analyse -l 5 src; fi

notifications:
email: false
3 changes: 0 additions & 3 deletions phpstan.neon

This file was deleted.

0 comments on commit a536b0e

Please sign in to comment.