Skip to content

Commit

Permalink
Fixes phpstan issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Mar 21, 2020
1 parent 1e5e5be commit f8656d7
Show file tree
Hide file tree
Showing 4 changed files with 1,581 additions and 106 deletions.
3 changes: 3 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
coverage_clover: tests/logs/clover.xml
json_path: tests/logs/coveralls-upload.json
service_name: travis-ci
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"require-dev": {
"php-coveralls/php-coveralls": "^2.0.0",
"squizlabs/php_codesniffer": "^3.1",
"phpstan/phpstan": "^0.11.19"
"phpstan/phpstan": "^0.11.19",
"phpunit/phpunit": "^7.0",
"phpstan/phpstan-phpunit": "^0.11.2"
},
"scripts": {
"lint": "php -l ./src/",
Expand Down
Loading

0 comments on commit f8656d7

Please sign in to comment.