Skip to content

Commit

Permalink
Merge pull request #43 from akeneo/update-phpstan
Browse files Browse the repository at this point in the history
Update phpstan and fix small errors
  • Loading branch information
jjanvier authored Oct 16, 2018
2 parents eab1b7d + 60bf9d5 commit b7f7217
Show file tree
Hide file tree
Showing 6 changed files with 339 additions and 269 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ cache:

before_script:
- composer self-update
- composer install --dev

script:
- ./bin/phpspec run
- ./bin/phpstan analyse src -l 6
- ./vendor/bin/phpspec run
- ./vendor/bin/phpstan analyse src -l 5
1 change: 0 additions & 1 deletion bin/php-parse

This file was deleted.

1 change: 0 additions & 1 deletion bin/phpstan

This file was deleted.

3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"phpspec/phpspec": "^3.0||^4.0",
"phpstan/phpstan": "^0.10.2"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"Akeneo\\CouplingDetector\\": "src/"
Expand Down
Loading

0 comments on commit b7f7217

Please sign in to comment.