-
Notifications
You must be signed in to change notification settings - Fork 104
/
phpstan.neon.dist
22 lines (22 loc) · 921 Bytes
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-symfony/rules.neon
parameters:
level: 5
reportUnmatchedIgnoredErrors: false
paths:
- Command
- Dispatcher
- DependencyInjection
- Event
- Exceptions
- Generator
- Module
- Resources
- Service
ignoreErrors:
- '#Call to an undefined method Symfony\\Component\\Console\\Helper\\HelperInterface::ask\(\)\.#'
- '#Parameter \#1 \$callback of method GearmanClient::setCreatedCallback\(\) expects string, array<int, \$this\(Mmoreram\\GearmanBundle\\Dispatcher\\GearmanCallbacksDispatcher\)\|string> given\.#'
- '#Method Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface::dispatch\(\) invoked with 2 parameters, 1 required\.#'