-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon.dist
37 lines (32 loc) · 1.33 KB
/
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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
parameters:
level: 5
paths:
- src
- tests
bootstrapFiles:
- phpstan-autoload.php
ignoreErrors:
-
message: '#^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition\:\:addDefaultsIfNotSet\(\)\.$#'
count: 1
path: src/DependencyInjection/Configuration.php
-
message: '#^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition\:\:find\(\)\.$#'
count: 1
path: src/DependencyInjection/Configuration.php
-
message: '#^Call to an undefined method Monolog\\Handler\\HandlerInterface\:\:pushProcessor\(\)\.$#'
count: 1
path: src/HandlerFactory/AbstractHandlerFactory.php
-
message: '#^Call to an undefined method Monolog\\Handler\\HandlerInterface\:\:setFormatter\(\)\.$#'
count: 1
path: src/HandlerFactory/AbstractHandlerFactory.php
-
message: '#^Comparison operation "\>\=" between 3 and 3 is always true\.$#'
count: 1
path: src/Handler/ConsoleHandler.php
-
message: '#^Else branch is unreachable because previous condition is always true\.$#'
count: 1
path: src/Handler/ConsoleHandler.php