psalm.xml 543 B

123456789101112131415161718
  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. >
  14. <projectFiles>
  15. <directory name="src" />
  16. </projectFiles>
  17. </psalm>