|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^@readonly property cannot have a default value\.$#' |
| 5 | + identifier: property.readOnlyByPhpDocDefaultValue |
| 6 | + count: 1 |
| 7 | + path: src/Driver/AbstractException.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Method Doctrine\\DBAL\\Driver\\OCI8\\Result\:\:fetchAllAssociative\(\) should return list\<array\<string, mixed\>\> but returns array\<mixed\>\.$#' |
| 11 | + identifier: return.type |
| 12 | + count: 1 |
| 13 | + path: src/Driver/OCI8/Result.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Method Doctrine\\DBAL\\Driver\\OCI8\\Result\:\:fetchAllNumeric\(\) should return list\<list\<mixed\>\> but returns array\<mixed\>\.$#' |
| 17 | + identifier: return.type |
| 18 | + count: 1 |
| 19 | + path: src/Driver/OCI8/Result.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^@readonly property Doctrine\\DBAL\\Driver\\PDO\\PDOException\:\:\$sqlState is assigned outside of the constructor\.$#' |
| 23 | + identifier: property.readOnlyByPhpDocAssignNotInConstructor |
| 24 | + count: 1 |
| 25 | + path: src/Driver/PDO/PDOException.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^@readonly property cannot have a default value\.$#' |
| 29 | + identifier: property.readOnlyByPhpDocDefaultValue |
| 30 | + count: 1 |
| 31 | + path: src/Driver/PDO/PDOException.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Method Doctrine\\DBAL\\Driver\\PDO\\Result\:\:fetchAll\(\) should return list\<mixed\> but returns array\.$#' |
| 35 | + identifier: return.type |
| 36 | + count: 1 |
| 37 | + path: src/Driver/PDO/Result.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Method Doctrine\\DBAL\\Driver\\PgSQL\\Result\:\:fetchAllAssociative\(\) should return list\<array\<string, mixed\>\> but returns array\<int, array\<string, 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\:\:fetchAllNumeric\(\) should return list\<list\<mixed\>\> but returns array\<int, list\<mixed\>\>\.$#' |
| 47 | + identifier: return.type |
| 48 | + count: 1 |
| 49 | + path: src/Driver/PgSQL/Result.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Method Doctrine\\DBAL\\Driver\\PgSQL\\Result\:\:fetchFirstColumn\(\) should return list\<mixed\> but returns array\<int, bool\|float\|int\|string\|null\>\.$#' |
| 53 | + identifier: return.type |
| 54 | + count: 1 |
| 55 | + path: src/Driver/PgSQL/Result.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Method Doctrine\\DBAL\\Driver\\SQLite3\\Result\:\:fetchNumeric\(\) should return list\<mixed\>\|false but returns array\|false\.$#' |
| 59 | + identifier: return.type |
| 60 | + count: 1 |
| 61 | + path: src/Driver/SQLite3/Result.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Method Doctrine\\DBAL\\Platforms\\AbstractMySQLPlatform\:\:getAlterTableSQL\(\) should return list\<string\> but returns array\<mixed\>\.$#' |
| 65 | + identifier: return.type |
| 66 | + count: 1 |
| 67 | + path: src/Platforms/AbstractMySQLPlatform.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Parameter \#1 \$assets of method Doctrine\\DBAL\\Platforms\\AbstractMySQLPlatform\:\:indexAssetsByLowerCaseName\(\) expects list\<Doctrine\\DBAL\\Schema\\Index\>, array\<Doctrine\\DBAL\\Schema\\Index\> given\.$#' |
| 71 | + identifier: argument.type |
| 72 | + count: 1 |
| 73 | + path: src/Platforms/AbstractMySQLPlatform.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Method Doctrine\\DBAL\\Platforms\\AbstractPlatform\:\:buildCreateTableSQL\(\) should return list\<string\> but returns array\<string\>\.$#' |
| 77 | + identifier: return.type |
| 78 | + count: 2 |
| 79 | + path: src/Platforms/AbstractPlatform.php |
| 80 | + |
| 81 | + - |
| 82 | + message: '#^Method Doctrine\\DBAL\\Platforms\\DB2Platform\:\:getAlterTableSQL\(\) should return list\<string\> but returns array\<mixed\>\.$#' |
| 83 | + identifier: return.type |
| 84 | + count: 1 |
| 85 | + path: src/Platforms/DB2Platform.php |
| 86 | + |
| 87 | + - |
| 88 | + message: '#^Method Doctrine\\DBAL\\Platforms\\OraclePlatform\:\:getAlterTableSQL\(\) should return list\<string\> but returns array\<mixed\>\.$#' |
| 89 | + identifier: return.type |
| 90 | + count: 1 |
| 91 | + path: src/Platforms/OraclePlatform.php |
| 92 | + |
| 93 | + - |
| 94 | + message: '#^Method Doctrine\\DBAL\\Platforms\\PostgreSQLPlatform\:\:getAlterTableSQL\(\) should return list\<string\> but returns array\<mixed\>\.$#' |
| 95 | + identifier: return.type |
| 96 | + count: 1 |
| 97 | + path: src/Platforms/PostgreSQLPlatform.php |
| 98 | + |
| 99 | + - |
| 100 | + message: '#^Method Doctrine\\DBAL\\Platforms\\SQLServerPlatform\:\:getAlterTableSQL\(\) should return list\<string\> but returns array\<mixed\>\.$#' |
| 101 | + identifier: return.type |
| 102 | + count: 2 |
| 103 | + path: src/Platforms/SQLServerPlatform.php |
| 104 | + |
| 105 | + - |
| 106 | + message: '#^Method Doctrine\\DBAL\\Platforms\\SqlitePlatform\:\:getAlterTableSQL\(\) should return list\<string\> but returns array\<mixed\>\.$#' |
| 107 | + identifier: return.type |
| 108 | + count: 1 |
| 109 | + path: src/Platforms/SqlitePlatform.php |
| 110 | + |
| 111 | + - |
| 112 | + message: '#^Method Doctrine\\DBAL\\Platforms\\SqlitePlatform\:\:getAlterTableSQL\(\) should return list\<string\> but returns array\<string\>\.$#' |
| 113 | + identifier: return.type |
| 114 | + count: 1 |
| 115 | + path: src/Platforms/SqlitePlatform.php |
| 116 | + |
| 117 | + - |
| 118 | + message: '#^Parameter &\$knownAliases by\-ref type of method Doctrine\\DBAL\\Query\\QueryBuilder\:\:getSQLForJoins\(\) expects array\<string, true\>, non\-empty\-array\<true\> given\.$#' |
| 119 | + identifier: parameterByRef.type |
| 120 | + count: 1 |
| 121 | + path: src/Query/QueryBuilder.php |
| 122 | + |
| 123 | + - |
| 124 | + message: '#^Property Doctrine\\DBAL\\Query\\QueryBuilder\:\:\$params \(array\<int\<0, max\>\|string, mixed\>\) does not accept non\-empty\-array\<int\|string, mixed\>\.$#' |
| 125 | + identifier: assign.propertyType |
| 126 | + count: 1 |
| 127 | + path: src/Query/QueryBuilder.php |
| 128 | + |
| 129 | + - |
| 130 | + message: '#^Parameter \#1 \$sequences of method Doctrine\\DBAL\\SQL\\Builder\\DropSchemaObjectsSQLBuilder\:\:buildSequenceStatements\(\) expects list\<Doctrine\\DBAL\\Schema\\Sequence\>, array\<Doctrine\\DBAL\\Schema\\Sequence\> given\.$#' |
| 131 | + identifier: argument.type |
| 132 | + count: 1 |
| 133 | + path: src/SQL/Builder/DropSchemaObjectsSQLBuilder.php |
| 134 | + |
| 135 | + - |
| 136 | + message: '#^Parameter \#1 \$tables of method Doctrine\\DBAL\\SQL\\Builder\\DropSchemaObjectsSQLBuilder\:\:buildTableStatements\(\) expects list\<Doctrine\\DBAL\\Schema\\Table\>, array\<Doctrine\\DBAL\\Schema\\Table\> given\.$#' |
| 137 | + identifier: argument.type |
| 138 | + count: 1 |
| 139 | + path: src/SQL/Builder/DropSchemaObjectsSQLBuilder.php |
| 140 | + |
| 141 | + - |
| 142 | + message: '#^Method Doctrine\\DBAL\\Schema\\AbstractSchemaManager\:\:doListTableNames\(\) should return list\<string\> but returns array\<mixed\>\.$#' |
| 143 | + identifier: return.type |
| 144 | + count: 1 |
| 145 | + path: src/Schema/AbstractSchemaManager.php |
| 146 | + |
| 147 | + - |
| 148 | + message: '#^Template type T is declared as covariant, but occurs in invariant position in property Doctrine\\DBAL\\Schema\\AbstractSchemaManager\:\:\$_platform\.$#' |
| 149 | + identifier: generics.variance |
| 150 | + count: 1 |
| 151 | + path: src/Schema/AbstractSchemaManager.php |
| 152 | + |
| 153 | + - |
| 154 | + message: '#^Parameter \#1 \$tables of method Doctrine\\DBAL\\Platforms\\AbstractPlatform\:\:getDropTablesSQL\(\) expects list\<Doctrine\\DBAL\\Schema\\Table\>, array\<Doctrine\\DBAL\\Schema\\Table\> given\.$#' |
| 155 | + identifier: argument.type |
| 156 | + count: 1 |
| 157 | + path: src/Schema/SchemaDiff.php |
| 158 | + |
| 159 | + - |
| 160 | + message: '#^Method Doctrine\\DBAL\\Schema\\SqliteSchemaManager\:\:addDetailsToTableForeignKeyColumns\(\) should return list\<array\<string, mixed\>\> but returns array\<int\<0, max\>, array\<string, mixed\>\>\.$#' |
| 161 | + identifier: return.type |
| 162 | + count: 1 |
| 163 | + path: src/Schema/SqliteSchemaManager.php |
| 164 | + |
| 165 | + - |
| 166 | + message: '#^Method Doctrine\\DBAL\\Schema\\TableDiff\:\:getAddedForeignKeys\(\) should return list\<Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\> but returns array\<Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\>\.$#' |
| 167 | + identifier: return.type |
| 168 | + count: 1 |
| 169 | + path: src/Schema/TableDiff.php |
| 170 | + |
| 171 | + - |
| 172 | + message: '#^Method Doctrine\\DBAL\\Schema\\TableDiff\:\:getDroppedForeignKeys\(\) should return list\<Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\|string\> but returns array\<Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\|string\>\.$#' |
| 173 | + identifier: return.type |
| 174 | + count: 1 |
| 175 | + path: src/Schema/TableDiff.php |
| 176 | + |
| 177 | + - |
| 178 | + message: '#^Method Doctrine\\DBAL\\Schema\\TableDiff\:\:getModifiedForeignKeys\(\) should return list\<Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\> but returns array\<Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\>\.$#' |
| 179 | + identifier: return.type |
| 180 | + count: 1 |
| 181 | + path: src/Schema/TableDiff.php |
0 commit comments