psalm.xml.dist 503 B

12345678910111213141516
  1. <?xml version="1.0"?>
  2. <psalm
  3. xmlns="https://getpsalm.org/schema/config"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
  6. totallyTyped="true"
  7. allowPhpStormGenerics="true"
  8. >
  9. <projectFiles>
  10. <directory name="src"/>
  11. <directory name="test/unit"/>
  12. </projectFiles>
  13. <issueHandlers>
  14. <PropertyNotSetInConstructor errorLevel="suppress"/>
  15. </issueHandlers>
  16. </psalm>