phpstan.neon 468 B

1234567891011121314
  1. includes:
  2. - vendor/phpstan/phpstan-phpunit/extension.neon
  3. parameters:
  4. level: 8
  5. paths:
  6. - src/
  7. - tests/
  8. inferPrivatePropertyTypeFromConstructor: true
  9. reportUnmatchedIgnoredErrors: false
  10. checkMissingIterableValueType: false
  11. ignoreErrors:
  12. - "#^Call to an undefined static method #"
  13. - "#^Parameter \\#1 \\$command of class Symfony\\\\Component\\\\Process\\\\Process constructor expects array, string given\\.$#"