psalm.xml 605 B

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <psalm
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xmlns="https://getpsalm.org/schema/config"
  5. xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
  6. errorLevel="4"
  7. hoistConstants="true"
  8. resolveFromConfigFile="true"
  9. findUnusedPsalmSuppress="true"
  10. findUnusedVariablesAndParams="true"
  11. ensureArrayStringOffsetsExist="true"
  12. addParamDefaultToDocblockType="true"
  13. findUnusedBaselineEntry="true"
  14. findUnusedCode="false"
  15. >
  16. <projectFiles>
  17. <directory name="src" />
  18. </projectFiles>
  19. </psalm>