@@ -222,63 +222,39 @@ parameters:
222222 count : 1
223223 path : test/integration/AdapterPlatformTest.php
224224
225- -
226- message : ' #^Callable PhpDb\\Mysql\\Container\\DriverInterfaceFactory invoked with 1 parameter, 2\-3 required\.$#'
227- identifier : arguments.count
228- count : 1
229- path : test/integration/Container/DriverInterfaceFactoryTest.php
230-
231225 -
232226 message : ' #^Parameter \#1 \$container of callable PhpDb\\Mysql\\Container\\DriverInterfaceFactory expects Laminas\\ServiceManager\\ServiceManager, Psr\\Container\\ContainerInterface given\.$#'
233227 identifier : argument.type
234- count : 1
228+ count : 2
235229 path : test/integration/Container/DriverInterfaceFactoryTest.php
236230
237- -
238- message : ' #^Callable PhpDb\\Mysql\\Container\\MetadataInterfaceFactory invoked with 1 parameter, 2\-3 required\.$#'
239- identifier : arguments.count
240- count : 1
241- path : test/integration/Container/MetadataInterfaceFactoryTest.php
242-
243- -
244- message : ' #^Callable PhpDb\\Mysql\\Container\\PdoConnectionInterfaceFactory invoked with 1 parameter, 2\-3 required\.$#'
245- identifier : arguments.count
246- count : 1
247- path : test/integration/Container/PdoConnectionInterfaceFactoryTest.php
248-
249- -
250- message : ' #^Callable PhpDb\\Mysql\\Container\\PdoDriverInterfaceFactory invoked with 1 parameter, 2\-3 required\.$#'
251- identifier : arguments.count
252- count : 1
253- path : test/integration/Container/PdoDriverInterfaceFactoryTest.php
254-
255231 -
256232 message : ' #^Parameter \#1 \$container of callable PhpDb\\Mysql\\Container\\PdoDriverInterfaceFactory expects Laminas\\ServiceManager\\ServiceManager, Psr\\Container\\ContainerInterface given\.$#'
257233 identifier : argument.type
258234 count : 1
259235 path : test/integration/Container/PdoDriverInterfaceFactoryTest.php
260236
261237 -
262- message : ' #^Callable PhpDb\\Mysql\\Container\\PdoStatementFactory invoked with 1 parameter, 2\-3 required \.$#'
263- identifier : arguments.count
238+ message : ' #^Call to static method PHPUnit\\Framework\\Assert\:\:assertIsInt\(\) with int will always evaluate to true \.$#'
239+ identifier : staticMethod.alreadyNarrowedType
264240 count : 1
265- path : test/integration/Container/PdoStatementFactoryTest .php
241+ path : test/integration/Pdo/ConnectionTest .php
266242
267243 -
268- message : ' #^Callable PhpDb\\Mysql\\Container\\PlatformInterfaceFactory invoked with 1 parameter, 2\-3 required \.$#'
269- identifier : arguments.count
244+ message : ' #^Unreachable statement \- code above always terminates \.$#'
245+ identifier : deadCode.unreachable
270246 count : 1
271- path : test/integration/Container/PlatformInterfaceFactoryTest .php
247+ path : test/integration/Pdo/QueryTest .php
272248
273249 -
274- message : ' #^Callable PhpDb\\Mysql\\Container\\StatementInterfaceFactory invoked with 1 parameter, 2\-3 required \.$#'
275- identifier : arguments.count
250+ message : ' #^Unreachable statement \- code above always terminates \.$#'
251+ identifier : deadCode.unreachable
276252 count : 1
277- path : test/integration/Container/StatementInterfaceFactoryTest .php
253+ path : test/integration/Pdo/TableGatewayTest .php
278254
279255 -
280- message : ' #^Call to static method PHPUnit\\Framework\\Assert\:\:assertIsInt\(\) with int will always evaluate to true \.$#'
281- identifier : staticMethod.alreadyNarrowedType
256+ message : ' #^Unreachable statement \- code above always terminates \.$#'
257+ identifier : deadCode.unreachable
282258 count : 1
283- path : test/integration/Pdo/ConnectionTest .php
259+ path : test/integration/TableGatewayTest .php
284260
0 commit comments