psalm.xml.dist 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0"?>
  2. <psalm
  3. totallyTyped="true"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xmlns="https://getpsalm.org/schema/config"
  6. xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
  7. errorBaseline="psalm-baseline.xml"
  8. >
  9. <projectFiles>
  10. <directory name="src"/>
  11. <directory name="test"/>
  12. <ignoreFiles>
  13. <directory name="vendor"/>
  14. </ignoreFiles>
  15. </projectFiles>
  16. <issueHandlers>
  17. <InternalMethod>
  18. <errorLevel type="suppress">
  19. <referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::method"/>
  20. </errorLevel>
  21. <errorLevel type="suppress">
  22. <referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturn"/>
  23. </errorLevel>
  24. <errorLevel type="suppress">
  25. <referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::with"/>
  26. </errorLevel>
  27. </InternalMethod>
  28. </issueHandlers>
  29. <plugins>
  30. <pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
  31. </plugins>
  32. </psalm>