We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a05b57 commit 97a35e9Copy full SHA for 97a35e9
2 files changed
.travis.yml
@@ -10,3 +10,4 @@ sudo: false
10
before_script:
11
- travis_retry composer self-update
12
- travis_retry composer install --no-interaction --prefer-dist
13
+ - ./vendor/bin/phpcs -n --standard=PSR2 src/ tests/
composer.json
@@ -25,7 +25,8 @@
25
"ext-mbstring": "*"
26
},
27
"require-dev": {
28
- "phpunit/phpunit": "^5.7 || ^6.5"
+ "phpunit/phpunit": "^5.7 || ^6.5",
29
+ "squizlabs/php_codesniffer": "^3"
30
31
"autoload": {
32
"psr-4": {
0 commit comments