We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed4f71e + 44fffcc commit 9006087Copy full SHA for 9006087
.github/workflows/ci.yml
@@ -103,5 +103,5 @@ jobs:
103
run: composer require --dev vimeo/psalm:^4
104
105
- name: Static Analysis
106
- if: contains(['7.4', '8.0], ${{ matrix.php-version }})
+ if: contains(['7.4', '8.0'], ${{ matrix.php-version }})
107
run: vendor/bin/psalm
0 commit comments