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