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.
2 parents d5a64b3 + bee9e34 commit b82b125Copy full SHA for b82b125
composer.json
@@ -21,7 +21,7 @@
21
"codeception/module-db": "^3.0"
22
},
23
"require-dev": {
24
- "vimeo/psalm": "^4.16",
+ "vimeo/psalm": "^5.25",
25
"vlucas/phpdotenv": "^5.4"
26
27
"autoload": {
psalm.xml
@@ -1,6 +1,8 @@
1
<?xml version="1.0"?>
2
<psalm
3
errorLevel="1"
4
+ findUnusedBaselineEntry="true"
5
+ findUnusedCode="false"
6
autoloader="vendor/codeception/codeception/autoload.php"
7
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8
xmlns="https://getpsalm.org/schema/config"
@@ -12,4 +14,7 @@
12
14
<directory name="vendor" />
13
15
</ignoreFiles>
16
</projectFiles>
17
+ <issueHandlers>
18
+ <RiskyTruthyFalsyComparison errorLevel="suppress" />
19
+ </issueHandlers>
20
</psalm>
0 commit comments