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 466031d commit 672d982Copy full SHA for 672d982
composer.json
@@ -21,7 +21,7 @@
21
}
22
],
23
"require": {
24
- "php": ">=8.1",
+ "php": ">=8.0",
25
"friendsofphp/php-cs-fixer": "^3.64"
26
},
27
"require-dev": {
psalm.xml
@@ -8,6 +8,7 @@
8
errorBaseline="psalm-baseline.xml"
9
>
10
<issueHandlers>
11
+ <MissingClassConstType errorLevel="suppress"/>
12
<RedundantConditionGivenDocblockType errorLevel="suppress"/>
13
<RedundantCastGivenDocblockType errorLevel="suppress"/>
14
<RiskyTruthyFalsyComparison errorLevel="suppress"/>
0 commit comments