100% type coverage for psalm
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
10
psalm.xml
10
psalm.xml
@ -7,12 +7,16 @@
|
||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
||||
findUnusedBaselineEntry="true"
|
||||
findUnusedCode="true"
|
||||
strictBinaryOperands="true"
|
||||
checkForThrowsInGlobalScope="true"
|
||||
ignoreInternalFunctionFalseReturn="false"
|
||||
ignoreInternalFunctionNullReturn ="false"
|
||||
findUnusedVariablesAndParams="true"
|
||||
findUnusedPsalmSuppress="true"
|
||||
restrictReturnTypes="true"
|
||||
>
|
||||
<projectFiles>
|
||||
<directory name="src/" />
|
||||
<file name="backup" />
|
||||
<ignoreFiles>
|
||||
<directory name="vendor" />
|
||||
</ignoreFiles>
|
||||
</projectFiles>
|
||||
</psalm>
|
||||
|
Reference in New Issue
Block a user