You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
413 B

3 years ago
  1. includes:
  2. - vendor/phpstan/phpstan-phpunit/extension.neon
  3. - vendor/phpstan/phpstan-phpunit/rules.neon
  4. parameters:
  5. level: max
  6. paths:
  7. - src
  8. - tests
  9. ignoreErrors:
  10. # dynamic properties confuse static analysis
  11. -
  12. message: '#Access to an undefined property object::\$foo\.#'
  13. path: '*/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php'