psalm.xml 870 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0"?>
  2. <psalm
  3. errorLevel="7"
  4. phpVersion="8.2"
  5. resolveFromConfigFile="true"
  6. findUnusedBaselineEntry="true"
  7. findUnusedCode="false"
  8. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xmlns="https://getpsalm.org/schema/config"
  10. xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
  11. >
  12. <projectFiles>
  13. <directory name="lib/Doctrine/Common/Annotations" />
  14. <ignoreFiles>
  15. <directory name="vendor" />
  16. </ignoreFiles>
  17. </projectFiles>
  18. <issueHandlers>
  19. <NoValue>
  20. <errorLevel type="suppress">
  21. <file name="lib/Doctrine/Common/Annotations/Annotation/Enum.php" />
  22. <file name="lib/Doctrine/Common/Annotations/Annotation/Target.php" />
  23. </errorLevel>
  24. </NoValue>
  25. </issueHandlers>
  26. </psalm>