You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+86-1Lines changed: 86 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,24 @@ parameters:
30
30
count:1
31
31
path:src/Connection.php
32
32
33
+
-
34
+
message:'#^PHPDoc tag @var for variable \$connectionInstance contains unknown class PhpDb\\Mysql\\Driver\\ConnectionInterface\.$#'
35
+
identifier:class.notFound
36
+
count:1
37
+
path:src/Container/DriverInterfaceFactory.php
38
+
39
+
-
40
+
message:'#^PHPDoc tag @var for variable \$resultInstance contains unknown class PhpDb\\Mysql\\Driver\\ResultInterface\.$#'
41
+
identifier:class.notFound
42
+
count:1
43
+
path:src/Container/DriverInterfaceFactory.php
44
+
45
+
-
46
+
message:'#^PHPDoc tag @var for variable \$statementInstance contains unknown class PhpDb\\Mysql\\Driver\\StatementInterface\.$#'
47
+
identifier:class.notFound
48
+
count:1
49
+
path:src/Container/DriverInterfaceFactory.php
50
+
33
51
-
34
52
message:'#^Instanceof between PhpDb\\Mysql\\Connection and PhpDb\\Adapter\\Driver\\DriverAwareInterface will always evaluate to true\.$#'
35
53
identifier:instanceof.alwaysTrue
@@ -174,8 +192,75 @@ parameters:
174
192
count:1
175
193
path:src/Statement.php
176
194
195
+
-
196
+
message:'#^Call to an undefined method PhpDb\\Mysql\\Driver\:\:quoteValue\(\)\.$#'
197
+
identifier:method.notFound
198
+
count:2
199
+
path:test/integration/AdapterPlatformTest.php
200
+
201
+
-
202
+
message:'#^Parameter \#1 \$connection of class PhpDb\\Mysql\\Driver constructor expects PhpDb\\Mysql\\Connection, PDO given\.$#'
203
+
identifier:argument.type
204
+
count:1
205
+
path:test/integration/AdapterPlatformTest.php
206
+
207
+
-
208
+
message:'#^Parameter \#1 \$connection of class PhpDb\\Mysql\\Driver constructor expects PhpDb\\Mysql\\Connection, mysqli given\.$#'
209
+
identifier:argument.type
210
+
count:1
211
+
path:test/integration/AdapterPlatformTest.php
212
+
213
+
-
214
+
message:'#^Parameter \#2 \$statementPrototype of class PhpDb\\Mysql\\Driver constructor expects PhpDb\\Mysql\\Statement, PhpDb\\Adapter\\Driver\\Pdo\\Statement given\.$#'
215
+
identifier:argument.type
216
+
count:1
217
+
path:test/integration/AdapterPlatformTest.php
218
+
219
+
-
220
+
message:'#^Property PhpDbIntegrationTest\\Mysql\\Platform\\AdapterPlatformTest\:\:\$adapters \(array\<string, mysqli\|PDO\>\) does not accept array\<string, mysqli\|PDO\|PhpDb\\Mysql\\Connection\>\.$#'
221
+
identifier:assign.propertyType
222
+
count:1
223
+
path:test/integration/AdapterPlatformTest.php
224
+
225
+
-
226
+
message:'#^Property PhpDbIntegrationTest\\Mysql\\Platform\\AdapterPlatformTest\:\:\$adapters \(array\<string, mysqli\|PDO\>\) does not accept array\<string, mysqli\|PDO\|PhpDb\\Mysql\\Pdo\\Connection\>\.$#'
227
+
identifier:assign.propertyType
228
+
count:1
229
+
path:test/integration/AdapterPlatformTest.php
230
+
231
+
-
232
+
message:'#^Parameter \#1 \$container of callable PhpDb\\Mysql\\Container\\DriverInterfaceFactory expects Laminas\\ServiceManager\\ServiceManager, Psr\\Container\\ContainerInterface given\.$#'
0 commit comments