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 d2183a9 commit 58e0d83Copy full SHA for 58e0d83
psalm.xml
@@ -2,11 +2,12 @@
2
<psalm errorLevel="5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xmlns="https://getpsalm.org/schema/config"
4
xsi:schemaLocation="https://getpsalm.org/schema/config https://getpsalm.org/schema/config"
5
- findUnusedBaselineEntry="true"
6
- findUnusedCode="false"
7
autoloader="vendor-bin/psalm/vendor/autoload.php"
8
errorBaseline="tests/psalm-baseline.xml"
9
- ensureOverrideAttribute="false">
+ ensureOverrideAttribute="false"
+ findUnusedBaselineEntry="true"
+ findUnusedCode="false"
10
+ phpVersion="8.1">
11
<stubs>
12
<file name="tests/stubs/oc_archive_archive.php" preloadClasses="true"/>
13
<file name="tests/stubs/oc_archive_zip.php" preloadClasses="true"/>
0 commit comments