-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
54 lines (47 loc) · 1.69 KB
/
phpstan-baseline.neon
File metadata and controls
54 lines (47 loc) · 1.69 KB
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
47
48
49
50
51
52
53
54
parameters:
ignoreErrors:
-
message: '#^Call to an undefined method Drupal\\migrate\\Plugin\\MigrationInterface\:\:set\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Commands/migrate/MigrateImportCommand.php
-
message: '#^If condition is always false\.$#'
identifier: if.alwaysFalse
count: 2
path: src/Commands/updatedb/UpdateDBCommand.php
-
message: '#^While loop condition is always true\.$#'
identifier: while.alwaysTrue
count: 1
path: src/Commands/watchdog/WatchdogTailCommand.php
-
message: '#^Method Psr\\EventDispatcher\\EventDispatcherInterface\:\:dispatch\(\) invoked with 2 parameters, 1 required\.$#'
identifier: arguments.count
count: 1
path: src/Drupal/Migrate/MigrateRunnerHooks.php
-
message: '#^Strict comparison using \=\=\= between ''\='' and ''\='' will always evaluate to true\.$#'
identifier: identical.alwaysTrue
count: 1
path: src/Preflight/ArgsPreprocessor.php
-
message: '#^Call to an undefined method Psr\\Container\\ContainerInterface\:\:getParameter\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Runtime/LegacyServiceInstantiator.php
-
message: '#^Trait Drush\\TestTraits\\CliTestTrait is used zero times and is not analysed\.$#'
identifier: trait.unused
count: 1
path: src/TestTraits/CliTestTrait.php
-
message: '#^Trait Drush\\TestTraits\\DrushTestTrait is used zero times and is not analysed\.$#'
identifier: trait.unused
count: 1
path: src/TestTraits/DrushTestTrait.php
-
message: '#^Trait Drush\\TestTraits\\OutputUtilsTrait is used zero times and is not analysed\.$#'
identifier: trait.unused
count: 1
path: src/TestTraits/OutputUtilsTrait.php