-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathphpstan-baseline.neon
107 lines (87 loc) · 6.01 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
98
99
100
101
102
103
104
105
106
107
parameters:
ignoreErrors:
-
message: "#^Cannot access an offset on iterable\\<callable\\>\\.$#"
count: 1
path: src/Kdyby/Autowired/DI/AutowiredExtension.php
reportUnmatched: false
-
message: "#^Call to an undefined method KdybyTests\\\\Autowired\\\\ComponentFactoriesFixtures\\\\NonPresenterComponent\\:\\:getComponents\\(\\)\\.$#"
count: 1
path: tests/KdybyTests/Autowired/ComponentFactoriesFixtures/NonPresenterComponent.php
-
message: "#^Parameter \\#1 \\$componentClass of method Kdyby\\\\Autowired\\\\Caching\\\\CacheFactory\\:\\:create\\(\\) expects class\\-string\\<Nette\\\\Application\\\\UI\\\\Component\\>, class\\-string\\<static\\(KdybyTests\\\\Autowired\\\\ComponentFactoriesFixtures\\\\NonPresenterComponent\\)\\> given\\.$#"
count: 1
path: tests/KdybyTests/Autowired/ComponentFactoriesFixtures/NonPresenterComponent.php
-
message: "#^Method KdybyTests\\\\Autowired\\\\ComponentFactoriesFixtures\\\\SillyPresenter\\:\\:createComponentNoTypehintName\\(\\) has parameter \\$name with no type specified\\.$#"
count: 1
path: tests/KdybyTests/Autowired/ComponentFactoriesFixtures/SillyPresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/IntegrationFixtures/IntegrationPresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/BaseControl.php
-
message: "#^KdybyTests\\\\Autowired\\\\PropertiesFixtures\\\\NonPresenterComponent\\:\\:__get\\(\\) calls parent\\:\\:__get\\(\\) but KdybyTests\\\\Autowired\\\\PropertiesFixtures\\\\NonPresenterComponent does not extend any class\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/NonPresenterComponent.php
-
message: "#^KdybyTests\\\\Autowired\\\\PropertiesFixtures\\\\NonPresenterComponent\\:\\:__set\\(\\) calls parent\\:\\:__set\\(\\) but KdybyTests\\\\Autowired\\\\PropertiesFixtures\\\\NonPresenterComponent does not extend any class\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/NonPresenterComponent.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/NonPresenterComponent.php
-
message: "#^Parameter \\#1 \\$componentClass of method Kdyby\\\\Autowired\\\\Caching\\\\CacheFactory\\:\\:create\\(\\) expects class\\-string\\<Nette\\\\Application\\\\UI\\\\Component\\>, class\\-string\\<static\\(KdybyTests\\\\Autowired\\\\PropertiesFixtures\\\\NonPresenterComponent\\)\\> given\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/NonPresenterComponent.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/PrivateAutowiredPropertyPresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/WithDisabledAutowiringServiceFactoryPresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/WithDisabledAutowiringServicePresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/WithInvalidPropertyTypePresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/WithMissingPropertyTypePresenter.php
-
message: "#^Property KdybyTests\\\\Autowired\\\\PropertiesFixtures\\\\WithMissingPropertyTypePresenter\\:\\:\\$service has no type specified\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/WithMissingPropertyTypePresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/WithMissingServiceFactoryPresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/WithMissingServicePresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/WithMultipleServiceFactoriesPresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/WithMultipleServicesPresenter.php
-
message: "#^Offset 'arguments' on array\\{type\\: class\\-string, factory\\: class\\-string, arguments\\: array\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/WithServiceFactoryReturnTypeMismatchPresenter.php