You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
562 B

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