|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Method Doctrine\\DBAL\\Driver\\IBMDB2\\Connection\:\:exec\(\) never returns numeric\-string so it can be removed from the return type\.$#' |
| 5 | + identifier: return.unusedType |
| 6 | + count: 1 |
| 7 | + path: src/Driver/IBMDB2/Connection.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Method Doctrine\\DBAL\\Driver\\OCI8\\Connection\:\:exec\(\) never returns numeric\-string so it can be removed from the return type\.$#' |
| 11 | + identifier: return.unusedType |
| 12 | + count: 1 |
| 13 | + path: src/Driver/OCI8/Connection.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Method Doctrine\\DBAL\\Driver\\OCI8\\Result\:\:fetchAllAssociative\(\) should return list\<array\<string, mixed\>\> but returns array\<mixed\>\.$#' |
| 17 | + identifier: return.type |
| 18 | + count: 1 |
| 19 | + path: src/Driver/OCI8/Result.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Method Doctrine\\DBAL\\Driver\\OCI8\\Result\:\:fetchAllNumeric\(\) should return list\<list\<mixed\>\> but returns array\<mixed\>\.$#' |
| 23 | + identifier: return.type |
| 24 | + count: 1 |
| 25 | + path: src/Driver/OCI8/Result.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Method Doctrine\\DBAL\\Driver\\PDO\\Result\:\:fetchAll\(\) should return list\<mixed\> but returns array\.$#' |
| 29 | + identifier: return.type |
| 30 | + count: 1 |
| 31 | + path: src/Driver/PDO/Result.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Method Doctrine\\DBAL\\Driver\\PgSQL\\Result\:\:fetchAllAssociative\(\) should return list\<array\<string, mixed\>\> but returns array\<int, array\<string, mixed\>\>\.$#' |
| 35 | + identifier: return.type |
| 36 | + count: 1 |
| 37 | + path: src/Driver/PgSQL/Result.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Method Doctrine\\DBAL\\Driver\\PgSQL\\Result\:\:fetchAllNumeric\(\) should return list\<list\<mixed\>\> but returns array\<int, list\<mixed\>\>\.$#' |
| 41 | + identifier: return.type |
| 42 | + count: 1 |
| 43 | + path: src/Driver/PgSQL/Result.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Method Doctrine\\DBAL\\Driver\\PgSQL\\Result\:\:fetchFirstColumn\(\) should return list\<mixed\> but returns array\<int, bool\|float\|int\|string\|null\>\.$#' |
| 47 | + identifier: return.type |
| 48 | + count: 1 |
| 49 | + path: src/Driver/PgSQL/Result.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Method Doctrine\\DBAL\\Driver\\SQLite3\\Result\:\:fetchNumeric\(\) should return list\<mixed\>\|false but returns array\|false\.$#' |
| 53 | + identifier: return.type |
| 54 | + count: 1 |
| 55 | + path: src/Driver/SQLite3/Result.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Template type T is declared as covariant, but occurs in invariant position in property Doctrine\\DBAL\\Schema\\AbstractSchemaManager\:\:\$platform\.$#' |
| 59 | + identifier: generics.variance |
| 60 | + count: 1 |
| 61 | + path: src/Schema/AbstractSchemaManager.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Loose comparison via "\!\=" is not allowed\.$#' |
| 65 | + identifier: notEqual.notAllowed |
| 66 | + count: 1 |
| 67 | + path: src/Schema/ColumnDiff.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Method Doctrine\\DBAL\\Schema\\SQLiteSchemaManager\:\:addDetailsToTableForeignKeyColumns\(\) should return list\<array\<string, mixed\>\> but returns array\<int\<0, max\>, array\<string, mixed\>\>\.$#' |
| 71 | + identifier: return.type |
| 72 | + count: 1 |
| 73 | + path: src/Schema/SQLiteSchemaManager.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Offset string might not exist on array\{application_name\?\: string, charset\?\: string, dbname\?\: string, defaultTableOptions\?\: array\<string, mixed\>, driver\?\: ''ibm_db2''\|''mysqli''\|''oci8''\|''pdo_mysql''\|''pdo_oci''\|''pdo_pgsql''\|''pdo_sqlite''\|''pdo_sqlsrv''\|''pgsql''\|''sqlite3''\|''sqlsrv'', driverClass\?\: class\-string\<Doctrine\\DBAL\\Driver\>, driverOptions\?\: array\<mixed\>, host\?\: string, \.\.\.\}\.$#' |
| 77 | + identifier: offsetAccess.notFound |
| 78 | + count: 1 |
| 79 | + path: tests/DriverManagerTest.php |
| 80 | + |
| 81 | + - |
| 82 | + message: '#^Call to new Doctrine\\DBAL\\Driver\\PgSQL\\Result\(\) on a separate line has no effect\.$#' |
| 83 | + identifier: new.resultUnused |
| 84 | + count: 1 |
| 85 | + path: tests/Functional/Driver/PgSQL/ResultTest.php |
| 86 | + |
| 87 | + - |
| 88 | + message: '#^Call to function array_filter\(\) requires parameter \#2 to be passed to avoid loose comparison semantics\.$#' |
| 89 | + identifier: arrayFilter.strict |
| 90 | + count: 1 |
| 91 | + path: tests/Functional/Schema/MySQL/JsonCollationTest.php |
0 commit comments