File: phpstan.neon

package info (click to toggle)
php-phpdocumentor-reflection-docblock 5.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 832 kB
  • sloc: php: 6,553; makefile: 46; xml: 41
file content (8 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
includes:
    - /composer/vendor/phpstan/phpstan-mockery/extension.neon
    - /composer/vendor/phpstan/phpstan-webmozart-assert/extension.neon

parameters:
    level: max
    ignoreErrors:
        - '#Call to static method Webmozart\\Assert\\Assert::implementsInterface\(\) with class-string#'