-
Notifications
You must be signed in to change notification settings - Fork 28
/
phpstan-baseline.neon
37 lines (30 loc) · 1.45 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
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Console\\\\Helper\\\\HelperInterface\\:\\:ask\\(\\)\\.$#"
count: 1
path: src/Bab/RabbitMq/Command/BaseCommand.php
-
message: "#^Method Bab\\\\RabbitMq\\\\Configuration\\\\FromArray\\:\\:offsetExists\\(\\) has parameter \\$offset with no type specified\\.$#"
count: 1
path: src/Bab/RabbitMq/Configuration/FromArray.php
-
message: "#^Method Bab\\\\RabbitMq\\\\Configuration\\\\FromArray\\:\\:offsetGet\\(\\) has no return type specified\\.$#"
count: 1
path: src/Bab/RabbitMq/Configuration/FromArray.php
-
message: "#^Method Bab\\\\RabbitMq\\\\Configuration\\\\FromArray\\:\\:offsetGet\\(\\) has parameter \\$offset with no type specified\\.$#"
count: 1
path: src/Bab/RabbitMq/Configuration/FromArray.php
-
message: "#^Method Bab\\\\RabbitMq\\\\Configuration\\\\FromArray\\:\\:offsetSet\\(\\) has parameter \\$offset with no type specified\\.$#"
count: 1
path: src/Bab/RabbitMq/Configuration/FromArray.php
-
message: "#^Method Bab\\\\RabbitMq\\\\Configuration\\\\FromArray\\:\\:offsetSet\\(\\) has parameter \\$value with no type specified\\.$#"
count: 1
path: src/Bab/RabbitMq/Configuration/FromArray.php
-
message: "#^Method Bab\\\\RabbitMq\\\\Configuration\\\\FromArray\\:\\:offsetUnset\\(\\) has parameter \\$offset with no type specified\\.$#"
count: 1
path: src/Bab/RabbitMq/Configuration/FromArray.php