|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Variable \$aliasTo on left side of \?\?\= is never defined\.$#' |
| 5 | + identifier: nullCoalesce.variable |
| 6 | + count: 1 |
| 7 | + path: src/Container/DriverInterfaceFactoryFactory.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Cannot call static method createFromConfig\(\) on callable\.$#' |
| 11 | + identifier: staticMethod.nonObject |
| 12 | + count: 1 |
| 13 | + path: src/Container/PdoDriverFactory.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Parameter \#1 \$name \(string\) of method PhpDb\\Adapter\\Sqlite\\Driver\\Pdo\\Connection\:\:getLastGeneratedValue\(\) should be compatible with parameter \$name \(null\) of method PhpDb\\Adapter\\Driver\\ConnectionInterface\:\:getLastGeneratedValue\(\)$#' |
| 17 | + identifier: method.childParameterType |
| 18 | + count: 2 |
| 19 | + path: src/Driver/Pdo/Connection.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Parameter \#2 \$parameters of class PhpDb\\Adapter\\Exception\\InvalidConnectionParametersException constructor expects int, array given\.$#' |
| 23 | + identifier: argument.type |
| 24 | + count: 1 |
| 25 | + path: src/Driver/Pdo/Connection.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Parameter \#1 \$resource \(PDOStatement\) of method PhpDb\\Adapter\\Sqlite\\Driver\\Pdo\\Pdo\:\:createResult\(\) should be compatible with parameter \$resource \(resource\) of method PhpDb\\Adapter\\Driver\\DriverInterface\:\:createResult\(\)$#' |
| 29 | + identifier: method.childParameterType |
| 30 | + count: 3 |
| 31 | + path: src/Driver/Pdo/Pdo.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Parameter \#3 \$rowCount of method PhpDb\\Adapter\\Driver\\Pdo\\Result\:\:initialize\(\) expects int\|null, Closure\|null given\.$#' |
| 35 | + identifier: argument.type |
| 36 | + count: 1 |
| 37 | + path: src/Driver/Pdo/Pdo.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Variable \$schemas might not be defined\.$#' |
| 41 | + identifier: variable.undefined |
| 42 | + count: 1 |
| 43 | + path: src/Metadata/Source/SqliteMetadata.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Method PhpDb\\Adapter\\Sqlite\\Sql\\Platform\\Ddl\\AlterTableDecorator\:\:processAddColumns\(\) should return array\<string\> but returns array\<int, array\<string\>\>\.$#' |
| 47 | + identifier: return.type |
| 48 | + count: 1 |
| 49 | + path: src/Sql/Platform/Ddl/AlterTableDecorator.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Method PhpDb\\Adapter\\Sqlite\\Sql\\Platform\\Ddl\\AlterTableDecorator\:\:processChangeColumns\(\) should return array\<string\> but returns array\<int, list\<array\<int, string\>\>\>\.$#' |
| 53 | + identifier: return.type |
| 54 | + count: 1 |
| 55 | + path: src/Sql/Platform/Ddl/AlterTableDecorator.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Offset ''paramPrefix'' does not exist on string\.$#' |
| 59 | + identifier: offsetAccess.notFound |
| 60 | + count: 2 |
| 61 | + path: src/Sql/Platform/SelectDecorator.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertIsArray\(\) with array will always evaluate to true\.$#' |
| 65 | + identifier: staticMethod.alreadyNarrowedType |
| 66 | + count: 3 |
| 67 | + path: test/unit/ConfigProviderTest.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertIsCallable\(\) with callable\(\)\: mixed will always evaluate to true\.$#' |
| 71 | + identifier: staticMethod.alreadyNarrowedType |
| 72 | + count: 1 |
| 73 | + path: test/unit/Container/ConnectionInterfaceFactoryFactoryTest.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertIsCallable\(\) with callable\(\)\: mixed will always evaluate to true\.$#' |
| 77 | + identifier: staticMethod.alreadyNarrowedType |
| 78 | + count: 1 |
| 79 | + path: test/unit/Container/DriverInterfaceFactoryFactoryTest.php |
| 80 | + |
| 81 | + - |
| 82 | + message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertIsCallable\(\) with callable\(\)\: mixed will always evaluate to true\.$#' |
| 83 | + identifier: staticMethod.alreadyNarrowedType |
| 84 | + count: 1 |
| 85 | + path: test/unit/Container/PlatformInterfaceFactoryFactoryTest.php |
| 86 | + |
| 87 | + - |
| 88 | + message: '#^PHPDoc tag @var with type PhpDb\\Adapter\\Driver\\PdoDriverAwareInterface&PhpDb\\Adapter\\Driver\\StatementInterface is not subtype of native type PHPUnit\\Framework\\MockObject\\MockObject\.$#' |
| 89 | + identifier: varTag.nativeType |
| 90 | + count: 1 |
| 91 | + path: test/unit/Driver/Pdo/PdoTest.php |
| 92 | + |
| 93 | + - |
| 94 | + message: '#^Parameter \#1 \$callback of function set_error_handler expects \(callable\(int, string, string, int\)\: bool\)\|null, Closure\(int, string\)\: void given\.$#' |
| 95 | + identifier: argument.type |
| 96 | + count: 1 |
| 97 | + path: test/unit/Platform/SqliteTest.php |
| 98 | + |
| 99 | + - |
| 100 | + message: '#^Parameter \#1 \$callback of function set_error_handler expects \(callable\(int, string, string, int\)\: bool\)\|null, Closure\(mixed, mixed\)\: void given\.$#' |
| 101 | + identifier: argument.type |
| 102 | + count: 1 |
| 103 | + path: test/unit/Platform/SqliteTest.php |
0 commit comments