-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
163 lines (139 loc) · 5.45 KB
/
phpstan-baseline.neon
File metadata and controls
163 lines (139 loc) · 5.45 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
parameters:
ignoreErrors:
-
rawMessage: 'Property Leapt\CoreBundle\Datalist\Datalist::$initialized (bool) is never assigned true so the property type can be changed to false.'
identifier: property.tooWideBool
count: 1
path: src/Datalist/Datalist.php
-
rawMessage: 'Property Leapt\CoreBundle\Datalist\Datalist::$iterator (Iterator) does not accept Traversable<mixed, mixed>.'
identifier: assign.propertyType
count: 1
path: src/Datalist/Datalist.php
-
rawMessage: 'Parameter #1 $value of function count expects array|Countable, Iterator given.'
identifier: argument.type
count: 1
path: src/Datalist/Datasource/AbstractDatasource.php
-
rawMessage: 'Method Leapt\CoreBundle\Datalist\Field\DatalistField::getType() should return Leapt\CoreBundle\Datalist\Field\Type\FieldTypeInterface but returns Leapt\CoreBundle\Datalist\TypeInterface.'
identifier: return.type
count: 1
path: src/Datalist/Field/DatalistField.php
-
rawMessage: 'Method Leapt\CoreBundle\Datalist\Filter\DatalistFilter::getType() should return Leapt\CoreBundle\Datalist\Filter\Type\FilterTypeInterface but returns Leapt\CoreBundle\Datalist\TypeInterface.'
identifier: return.type
count: 1
path: src/Datalist/Filter/DatalistFilter.php
-
rawMessage: 'Method Leapt\CoreBundle\Paginator\DoctrineORMPaginator::getIterator() should return ArrayIterator but returns Traversable<(int|string), mixed>.'
identifier: return.type
count: 1
path: src/Paginator/DoctrineORMPaginator.php
-
rawMessage: 'Call to method getParent() of internal class Twig\Template from outside its root namespace Twig.'
identifier: method.internalClass
count: 1
path: src/Twig/Extension/DatalistExtension.php
-
rawMessage: 'Call to method hasBlock() of internal class Twig\Template from outside its root namespace Twig.'
identifier: method.internalClass
count: 1
path: src/Twig/Extension/DatalistExtension.php
-
rawMessage: 'Call to method renderBlock() of internal class Twig\Template from outside its root namespace Twig.'
identifier: method.internalClass
count: 1
path: src/Twig/Extension/DatalistExtension.php
-
rawMessage: Instanceof references internal class Twig\Template.
identifier: instanceof.internalClass
count: 1
path: src/Twig/Extension/DatalistExtension.php
-
rawMessage: 'Call to method getParent() of internal class Twig\Template from outside its root namespace Twig.'
identifier: method.internalClass
count: 1
path: src/Twig/Extension/PaginatorExtension.php
-
rawMessage: 'Call to method hasBlock() of internal class Twig\Template from outside its root namespace Twig.'
identifier: method.internalClass
count: 1
path: src/Twig/Extension/PaginatorExtension.php
-
rawMessage: 'Call to method renderBlock() of internal class Twig\Template from outside its root namespace Twig.'
identifier: method.internalClass
count: 1
path: src/Twig/Extension/PaginatorExtension.php
-
rawMessage: Instanceof references internal class Twig\Template.
identifier: instanceof.internalClass
count: 1
path: src/Twig/Extension/PaginatorExtension.php
-
rawMessage: '''
Call to deprecated method getExpressionParser() of class Twig\Parser:
since Twig 3.21
'''
identifier: method.deprecated
count: 3
path: src/Twig/TokenParser/DatalistThemeTokenParser.php
-
rawMessage: 'Call to function method_exists() with Twig\Parser and ''parseExpression'' will always evaluate to true.'
identifier: function.alreadyNarrowedType
count: 3
path: src/Twig/TokenParser/DatalistThemeTokenParser.php
-
rawMessage: '''
Call to method parseExpression() of deprecated class Twig\ExpressionParser:
since Twig 3.21
'''
identifier: method.deprecatedClass
count: 3
path: src/Twig/TokenParser/DatalistThemeTokenParser.php
-
rawMessage: '''
Call to deprecated method getExpressionParser() of class Twig\Parser:
since Twig 3.21
'''
identifier: method.deprecated
count: 3
path: src/Twig/TokenParser/PaginatorThemeTokenParser.php
-
rawMessage: 'Call to function method_exists() with Twig\Parser and ''parseExpression'' will always evaluate to true.'
identifier: function.alreadyNarrowedType
count: 3
path: src/Twig/TokenParser/PaginatorThemeTokenParser.php
-
rawMessage: '''
Call to method parseExpression() of deprecated class Twig\ExpressionParser:
since Twig 3.21
'''
identifier: method.deprecatedClass
count: 3
path: src/Twig/TokenParser/PaginatorThemeTokenParser.php
-
rawMessage: 'Method Leapt\CoreBundle\Tests\LeaptCoreTestingKernel::configureContainer() is unused.'
identifier: method.unused
count: 1
path: tests/LeaptCoreTestingKernel.php
-
rawMessage: 'Method Leapt\CoreBundle\Tests\LeaptCoreTestingKernel::configureRoutes() is unused.'
identifier: method.unused
count: 1
path: tests/LeaptCoreTestingKernel.php
-
rawMessage: 'Method Leapt\CoreBundle\Tests\LeaptCoreTestingKernel::getConfigDir() is unused.'
identifier: method.unused
count: 1
path: tests/LeaptCoreTestingKernel.php
-
rawMessage: 'Property Leapt\CoreBundle\Tests\Listener\Fixtures\Entity\User::$id is never written, only read.'
identifier: property.onlyRead
count: 1
path: tests/Listener/Fixtures/Entity/User.php
-
rawMessage: 'Property Leapt\CoreBundle\Tests\Paginator\Entity\Player::$id is never written, only read.'
identifier: property.onlyRead
count: 1
path: tests/Paginator/Entity/Player.php