phpstan.neon 293 B

12345678
  1. includes:
  2. - /composer/vendor/phpstan/phpstan-mockery/extension.neon
  3. - /composer/vendor/phpstan/phpstan-webmozart-assert/extension.neon
  4. parameters:
  5. level: max
  6. ignoreErrors:
  7. - '#Call to static method Webmozart\\Assert\\Assert::implementsInterface\(\) with class-string#'