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
-78Lines changed: 0 additions & 78 deletions
Original file line number
Diff line number
Diff line change
@@ -30,24 +30,6 @@ 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
-
51
33
-
52
34
message:'#^Instanceof between PhpDb\\Mysql\\Connection and PhpDb\\Adapter\\Driver\\DriverAwareInterface will always evaluate to true\.$#'
53
35
identifier:instanceof.alwaysTrue
@@ -126,12 +108,6 @@ parameters:
126
108
count:3
127
109
path:src/Pdo/Driver.php
128
110
129
-
-
130
-
message:'#^Parameter \#3 \$rowCount of method PhpDb\\Adapter\\Driver\\Pdo\\Result\:\:initialize\(\) expects Closure\|int, null given\.$#'
131
-
identifier:argument.type
132
-
count:1
133
-
path:src/Pdo/Driver.php
134
-
135
111
-
136
112
message:'#^Instanceof between mysqli_stmt and mysqli_stmt will always evaluate to true\.$#'
137
113
identifier:instanceof.alwaysTrue
@@ -192,42 +168,6 @@ parameters:
192
168
count:1
193
169
path:src/Statement.php
194
170
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
171
-
232
172
message:'#^Parameter \#1 \$container of callable PhpDb\\Mysql\\Container\\DriverInterfaceFactory expects Laminas\\ServiceManager\\ServiceManager, Psr\\Container\\ContainerInterface given\.$#'
0 commit comments