phpstan.neon 582 B

1234567891011121314
  1. includes:
  2. - dev-tools/vendor/phpstan/phpstan-phpunit/extension.neon
  3. parameters:
  4. level: 1
  5. paths:
  6. - src
  7. - tests
  8. excludes_analyse:
  9. - tests/Fixtures
  10. ignoreErrors:
  11. - '/^.+::__construct\(\) does not call parent constructor from SplFileInfo\.$/'
  12. - '/^Return typehint of method PhpCsFixer\\Tests\\Test\\.+::createIsIdenticalStringConstraint\(\) has invalid type PHPUnit_Framework_Constraint_IsIdentical\.$/'
  13. - '/^Class (Symfony\\Contracts\\EventDispatcher\\Event|Symfony\\Component\\EventDispatcher\\Event) not found.$/'