| 1 |
<?xml version="1.0"?> |
| 2 |
<psalm |
| 3 |
useDocblockPropertyTypes="true" |
| 4 |
usePhpDocMethodsWithoutMagicCall="true" |
| 5 |
strictBinaryOperands="true" |
| 6 |
ignoreInternalFunctionFalseReturn="false" |
| 7 |
ignoreInternalFunctionNullReturn="false" |
| 8 |
hideExternalErrors="true" |
| 9 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 10 |
xmlns="https://getpsalm.org/schema/config" |
| 11 |
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" |
| 12 |
> |
| 13 |
<projectFiles> |
| 14 |
<directory name="src"/> |
| 15 |
<ignoreFiles> |
| 16 |
<directory name="vendor" /> |
| 17 |
</ignoreFiles> |
| 18 |
</projectFiles> |
| 19 |
|
| 20 |
<stubs> |
| 21 |
<file name="vendor/php-stubs/wordpress-stubs/wordpress-stubs.php" /> |
| 22 |
</stubs> |
| 23 |
|
| 24 |
<issueHandlers> |
| 25 |
<MixedAssignment errorLevel="suppress" /> |
| 26 |
<RedundantCastGivenDocblockType errorLevel="suppress" /> |
| 27 |
<DeprecatedClass errorLevel="suppress" /> |
| 28 |
<UndefinedConstant errorLevel="suppress" /> |
| 29 |
</issueHandlers> |
| 30 |
</psalm> |