
| Current Path : /var/www/html/rocksensor/vendor/chi-teck/drupal-code-generator/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor/vendor/chi-teck/drupal-code-generator/psalm.xml |
<?xml version="1.0"?>
<psalm
checkForThrowsInGlobalScope="true"
ensureArrayStringOffsetsExist="true"
findUnusedPsalmSuppress="true"
findUnusedBaselineEntry="true"
findUnusedCode="false"
sealAllMethods="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorLevel="2"
autoloader="psalm-autoloader.php"
>
<projectFiles>
<directory name="src"/>
<ignoreFiles>
<!-- Psalm reports issues about vendors by some reason. -->
<directory name="vendor"/>
</ignoreFiles>
</projectFiles>
<issueHandlers>
<PossiblyNullArgument>
<errorLevel type="suppress">
<referencedFunction name="/__construct/"/>
</errorLevel>
</PossiblyNullArgument>
<!-- @see https://github.com/vimeo/psalm/issues/8765 -->
<PossiblyUndefinedVariable errorLevel="suppress"/>
<PropertyNotSetInConstructor errorLevel="suppress"/>
<RiskyTruthyFalsyComparison errorLevel="suppress"/>
</issueHandlers>
</psalm>