-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan-baseline.neon
98 lines (82 loc) · 3.72 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
parameters:
ignoreErrors:
-
message: '#^Method Nucleos\\LastFmBundle\\NucleosLastFmBundle\:\:getContainerExtension\(\) should return Symfony\\Component\\DependencyInjection\\Extension\\ExtensionInterface but returns Symfony\\Component\\DependencyInjection\\Extension\\ExtensionInterface\|false\.$#'
identifier: return.type
count: 1
path: src/NucleosLastFmBundle.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\AuthErrorActionTest\:\:\$router has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/AuthErrorActionTest.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\AuthErrorActionTest\:\:\$sessionManager has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/AuthErrorActionTest.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\AuthErrorActionTest\:\:\$twig has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/AuthErrorActionTest.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\AuthSuccessActionTest\:\:\$router has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/AuthSuccessActionTest.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\AuthSuccessActionTest\:\:\$sessionManager has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/AuthSuccessActionTest.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\AuthSuccessActionTest\:\:\$twig has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/AuthSuccessActionTest.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\CheckAuthActionTest\:\:\$authService has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/CheckAuthActionTest.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\CheckAuthActionTest\:\:\$router has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/CheckAuthActionTest.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\CheckAuthActionTest\:\:\$sessionManager has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/CheckAuthActionTest.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\StartAuthActionTest\:\:\$authService has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/StartAuthActionTest.php
-
message: '#^Property Nucleos\\LastFmBundle\\Tests\\Action\\StartAuthActionTest\:\:\$router has no type specified\.$#'
identifier: missingType.property
count: 1
path: tests/Action/StartAuthActionTest.php
-
message: '#^Method Nucleos\\LastFmBundle\\Tests\\App\\AppKernel\:\:configureContainer\(\) has parameter \$container with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/App/AppKernel.php
-
message: '#^Method Nucleos\\LastFmBundle\\Tests\\App\\AppKernel\:\:configureContainer\(\) has parameter \$loader with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/App/AppKernel.php
-
message: '#^Method Nucleos\\LastFmBundle\\Tests\\App\\AppKernel\:\:configureRoutes\(\) has parameter \$routes with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/App/AppKernel.php
-
message: '#^Method Nucleos\\LastFmBundle\\Tests\\EventDispatcher\\TestEventDispatcher\:\:dispatch\(\) has parameter \$eventName with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/EventDispatcher/TestEventDispatcher.php