We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4f71e commit 44fffccCopy full SHA for 44fffcc
.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