forked from drush-ops/drush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
46 lines (38 loc) · 1.25 KB
/
phpstan-baseline.neon
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
38
39
40
41
42
43
44
45
46
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Drupal\\\\migrate\\\\Plugin\\\\MigrationInterface\\:\\:set\\(\\)\\.$#"
count: 1
path: src/Commands/core/MigrateRunnerCommands.php
-
message: "#^Offset '\\#name' on array\\{\\} in isset\\(\\) does not exist\\.$#"
count: 1
path: src/Commands/core/SiteCommands.php
-
message: "#^If condition is always false\\.$#"
count: 2
path: src/Commands/core/UpdateDBCommands.php
-
message: "#^While loop condition is always true\\.$#"
count: 1
path: src/Commands/core/WatchdogCommands.php
-
message: "#^Negated boolean expression is always false\\.$#"
count: 1
path: src/Commands/core/XhprofCommands.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/Preflight/PreflightSiteLocator.php
-
message: "#^Call to an undefined method Psr\\\\Container\\\\ContainerInterface\\:\\:getParameter\\(\\)\\.$#"
count: 1
path: src/Runtime/LegacyServiceInstantiator.php
-
message: "#^Negated boolean expression is always true\\.$#"
count: 1
path: src/Symfony/BootstrapCompilerPass.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Symfony/BootstrapCompilerPass.php