Skip to content

Commit b82b125

Browse files
authored
Merge branch 'master' into fix
2 parents d5a64b3 + bee9e34 commit b82b125

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"codeception/module-db": "^3.0"
2222
},
2323
"require-dev": {
24-
"vimeo/psalm": "^4.16",
24+
"vimeo/psalm": "^5.25",
2525
"vlucas/phpdotenv": "^5.4"
2626
},
2727
"autoload": {

psalm.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0"?>
22
<psalm
33
errorLevel="1"
4+
findUnusedBaselineEntry="true"
5+
findUnusedCode="false"
46
autoloader="vendor/codeception/codeception/autoload.php"
57
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
68
xmlns="https://getpsalm.org/schema/config"
@@ -12,4 +14,7 @@
1214
<directory name="vendor" />
1315
</ignoreFiles>
1416
</projectFiles>
17+
<issueHandlers>
18+
<RiskyTruthyFalsyComparison errorLevel="suppress" />
19+
</issueHandlers>
1520
</psalm>

0 commit comments

Comments
 (0)