Files
Speedtest-Tracker/conf/site/vendor/phpdocumentor/reflection-docblock/phpstan.neon
Henry Whitaker ea5808047f Tweaked gitignore
gitignore removed all composer and npm files, so automated builds would fail
2020-04-12 21:24:03 +01:00

8 lines
293 B
Plaintext

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#'