-
Notifications
You must be signed in to change notification settings - Fork 3
/
phpstan-baseline.neon
62 lines (50 loc) · 2.49 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
parameters:
ignoreErrors:
-
message: "#^Method Phpactor\\\\Container\\\\ContainerBuilder\\:\\:register\\(\\) has no return typehint specified\\.$#"
count: 1
path: lib/ContainerBuilder.php
-
message: "#^Method Phpactor\\\\Container\\\\ContainerBuilder\\:\\:register\\(\\) has parameter \\$tags with no value type specified in iterable type array\\.$#"
count: 1
path: lib/ContainerBuilder.php
-
message: "#^Method Phpactor\\\\Container\\\\ContainerBuilder\\:\\:build\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: lib/ContainerBuilder.php
-
message: "#^Property Phpactor\\\\Container\\\\PhpactorContainer\\:\\:\\$tags type has no value type specified in iterable type array\\.$#"
count: 1
path: lib/PhpactorContainer.php
-
message: "#^Property Phpactor\\\\Container\\\\PhpactorContainer\\:\\:\\$parameters type has no value type specified in iterable type array\\.$#"
count: 1
path: lib/PhpactorContainer.php
-
message: "#^Property Phpactor\\\\Container\\\\PhpactorContainer\\:\\:\\$factories type has no value type specified in iterable type array\\.$#"
count: 1
path: lib/PhpactorContainer.php
-
message: "#^Property Phpactor\\\\Container\\\\PhpactorContainer\\:\\:\\$services type has no value type specified in iterable type array\\.$#"
count: 1
path: lib/PhpactorContainer.php
-
message: "#^Method Phpactor\\\\Container\\\\PhpactorContainer\\:\\:__construct\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: lib/PhpactorContainer.php
-
message: "#^Method Phpactor\\\\Container\\\\PhpactorContainer\\:\\:fromExtensions\\(\\) has parameter \\$extensionClasses with no value type specified in iterable type array\\.$#"
count: 1
path: lib/PhpactorContainer.php
-
message: "#^Method Phpactor\\\\Container\\\\PhpactorContainer\\:\\:fromExtensions\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: lib/PhpactorContainer.php
-
message: "#^Method Phpactor\\\\Container\\\\PhpactorContainer\\:\\:register\\(\\) has parameter \\$tags with no value type specified in iterable type array\\.$#"
count: 1
path: lib/PhpactorContainer.php
-
message: "#^Method Phpactor\\\\Container\\\\PhpactorContainer\\:\\:build\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: lib/PhpactorContainer.php