Skip to content

Commit

Permalink
Try to fix random psalm failure on scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 9, 2019
1 parent 6491503 commit e0f0e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build:
tests:
override:
- vendor/bin/phpstan.phar analyse src/
- vendor/bin/psalm.phar --show-info=false
- vendor/bin/psalm.phar --show-info=false --no-cache

build_failure_conditions:
# Issues reported by any analyzer (which generates report in checkstyle format) like phpcs
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@phpstan",
"@psalm"
],
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan-shim:^0.11 psalm/phar:^3.3 && mv composer.backup composer.json"
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan-shim:^0.11 psalm/phar:^3.5 && mv composer.backup composer.json"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit e0f0e27

Please sign in to comment.