We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7323e55 commit a71e45cCopy full SHA for a71e45c
.github/workflows/static-analysis.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
args: --dry-run
13
- name: "PSalm"
14
- uses: docker://vimeo/psalm-github-actions
+ uses: docker://vimeo/psalm-github-actions:4.10.0
15
16
composer_require_dev: true
17
composer_ignore_platform_reqs: false
composer.json
@@ -45,7 +45,7 @@
45
"nyholm/psr7": "^1.3",
46
"nyholm/psr7-server": "^1.0",
47
"kriswallsmith/buzz": "^1.2",
48
- "vimeo/psalm": "^4.7",
+ "vimeo/psalm": "^4.10",
49
"friendsofphp/php-cs-fixer": "3.0.2",
50
"psalm/plugin-phpunit": "^0.15.1",
51
"vlucas/phpdotenv": "^5.0"
0 commit comments