We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39216f9 commit 2f2de40Copy full SHA for 2f2de40
2 files changed
.github/workflows/build.yaml
@@ -117,7 +117,7 @@ jobs:
117
dependency-versions: "${{ matrix.dependencies }}"
118
119
- name: "Static analysis"
120
- run: "composer analyse"
+ run: "vendor/bin/psalm --php-version=${{ matrix.php-version }}"
121
122
unit-tests:
123
name: "Unit tests"
psalm.xml
@@ -16,4 +16,7 @@
16
<pluginClass class="Psalm\SymfonyPsalmPlugin\Plugin"/>
17
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
18
</plugins>
19
+ <issueHandlers>
20
+ <UnnecessaryVarAnnotation errorLevel="suppress"/>
21
+ </issueHandlers>
22
</psalm>
0 commit comments