Deprecated
Table of Contents
ConnectController.php
Line | Element | Reason |
---|---|---|
383 | ConnectController::generate() | since version 0.4. Will be removed in 1.0. |
InstalledVersions.php
Line | Element | Reason |
---|---|---|
260 | InstalledVersions::getRawData() | Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. |
AnnotationRegistry.php
Line | Element | Reason |
---|---|---|
65 | AnnotationRegistry::registerFile() | This method is deprecated and will be removed in doctrine/annotations 2.0. Annotations will be autoloaded in 2.0. |
82 | AnnotationRegistry::registerAutoloadNamespace() | This method is deprecated and will be removed in doctrine/annotations 2.0. Annotations will be autoloaded in 2.0. |
97 | AnnotationRegistry::registerAutoloadNamespaces() | This method is deprecated and will be removed in doctrine/annotations 2.0. Annotations will be autoloaded in 2.0. |
111 | AnnotationRegistry::registerLoader() | This method is deprecated and will be removed in doctrine/annotations 2.0. Annotations will be autoloaded in 2.0. |
124 | AnnotationRegistry::registerUniqueLoader() | This method is deprecated and will be removed in doctrine/annotations 2.0. Annotations will be autoloaded in 2.0. |
CachedReader.php
Line | Element | Reason |
---|---|---|
24 | CachedReader | the CachedReader is deprecated and will be removed in version 2.0.0 of doctrine/annotations. Please use the PsrCachedReader instead. |
FileCacheReader.php
Line | Element | Reason |
---|---|---|
38 | FileCacheReader | the FileCacheReader is deprecated and will be removed in version 2.0.0 of doctrine/annotations. Please use the PsrCachedReader instead. |
NamedArgumentConstructorAnnotation.php
Line | Element | Reason |
---|---|---|
12 | NamedArgumentConstructorAnnotation | Implementing this interface is deprecated Use the Annotation @NamedArgumentConstructor instead |
PhpParser.php
Line | Element | Reason |
---|---|---|
28 | PhpParser::parseClass() | use parseUseStatements instead |
SimpleAnnotationReader.php
Line | Element | Reason |
---|---|---|
17 | SimpleAnnotationReader | Deprecated in favour of using AnnotationReader |
Cache.php
Line | Element | Reason |
---|---|---|
22 | Cache::STATS_MEMORY_AVAILIABLE |
MultiDeleteCache.php
Line | Element | Reason |
---|---|---|
12 | MultiDeleteCache |
MultiGetCache.php
Line | Element | Reason |
---|---|---|
12 | MultiGetCache |
MultiPutCache.php
Line | Element | Reason |
---|---|---|
12 | MultiPutCache |
ClassLoader.php
Line | Element | Reason |
---|---|---|
35 | ClassLoader | The ClassLoader is deprecated and will be removed in version 4.0 of doctrine/common. |
CommonException.php
Line | Element | Reason |
---|---|---|
12 | CommonException | The doctrine/common package is deprecated, please use specific packages and their exceptions instead. |
Debug.php
Line | Element | Reason |
---|---|---|
38 | Debug | The Debug class is deprecated, please use symfony/var-dumper instead. |
QueryCacheProfile.php
Line | Element | Reason |
---|---|---|
76 | QueryCacheProfile::getResultCacheDriver() | Use getResultCache() instead. |
145 | QueryCacheProfile::setResultCacheDriver() | Use setResultCache() instead. |
Configuration.php
Line | Element | Reason |
---|---|---|
73 | Configuration::setSQLLogger() | Use setMiddlewares() and Middleware instead. |
90 | Configuration::getSQLLogger() | |
115 | Configuration::getResultCacheImpl() | Use getResultCache() instead. |
141 | Configuration::setResultCacheImpl() | Use setResultCache() instead. |
43 | Configuration::$resultCacheImpl | Use $resultCache instead. |
AbstractDB2Driver.php
Line | Element | Reason |
---|---|---|
34 | AbstractDB2Driver::getSchemaManager() |
AbstractMySQLDriver.php
Line | Element | Reason |
---|---|---|
167 | AbstractMySQLDriver::getSchemaManager() |
AbstractOracleDriver.php
Line | Element | Reason |
---|---|---|
35 | AbstractOracleDriver::getSchemaManager() |
AbstractPostgreSQLDriver.php
Line | Element | Reason |
---|---|---|
70 | AbstractPostgreSQLDriver::getSchemaManager() |
AbstractSQLiteDriver.php
Line | Element | Reason |
---|---|---|
34 | AbstractSQLiteDriver::getSchemaManager() |
AbstractSQLServerDriver.php
Line | Element | Reason |
---|---|---|
35 | AbstractSQLServerDriver::getSchemaManager() |
Statement.php
Line | Element | Reason |
---|---|---|
82 | Statement::bindParam() | Use bindValue() instead. |
AbstractDriverMiddleware.php
Line | Element | Reason |
---|---|---|
45 | AbstractDriverMiddleware::getSchemaManager() |
AbstractStatementMiddleware.php
Line | Element | Reason |
---|---|---|
43 | AbstractStatementMiddleware::bindParam() | Use bindValue() instead. |
Connection.php
Line | Element | Reason |
---|---|---|
36 | Connection::getWrappedResourceHandle() | Call getNativeConnection() instead. |
Statement.php
Line | Element | Reason |
---|---|---|
70 | Statement::bindParam() | Use bindValue() instead. |
Statement.php
Line | Element | Reason |
---|---|---|
76 | Statement::bindParam() | Use bindValue() instead. |
Connection.php
Line | Element | Reason |
---|---|---|
142 | Connection::getWrappedConnection() | Call getNativeConnection() instead. |
Connection.php
Line | Element | Reason |
---|---|---|
59 | Connection::getWrappedConnection() | Call getNativeConnection() instead. |
Statement.php
Line | Element | Reason |
---|---|---|
36 | Statement::bindParam() | Use bindValue() instead. |
Statement.php
Line | Element | Reason |
---|---|---|
60 | Statement::bindParam() | Use bindValue() instead. |
ServerInfoAwareConnection.php
Line | Element | Reason |
---|---|---|
11 | ServerInfoAwareConnection | The methods defined in this interface will be made part of the Driver interface in the next major release. |
Statement.php
Line | Element | Reason |
---|---|---|
111 | Statement::bindParam() | Use bindValue() instead. |
Statement.php
Line | Element | Reason |
---|---|---|
61 | Statement::bindParam() | Use bindValue() instead. |
Driver.php
Line | Element | Reason |
---|---|---|
51 | Driver::getSchemaManager() |
DriverManager.php
Line | Element | Reason |
---|---|---|
102 | DriverManager::$driverSchemeAliases | Use actual driver names instead. |
ConnectionEventArgs.php
Line | Element | Reason |
---|---|---|
13 | ConnectionEventArgs |
OracleSessionInit.php
Line | Element | Reason |
---|---|---|
29 | OracleSessionInit | Use InitializeSession instead. |
SQLiteSessionInit.php
Line | Element | Reason |
---|---|---|
11 | SQLiteSessionInit | Use EnableForeignKeys instead. |
SQLSessionInit.php
Line | Element | Reason |
---|---|---|
15 | SQLSessionInit | Implement a middleware instead. |
SchemaAlterTableAddColumnEventArgs.php
Line | Element | Reason |
---|---|---|
19 | SchemaAlterTableAddColumnEventArgs |
SchemaAlterTableChangeColumnEventArgs.php
Line | Element | Reason |
---|---|---|
18 | SchemaAlterTableChangeColumnEventArgs |
SchemaAlterTableEventArgs.php
Line | Element | Reason |
---|---|---|
17 | SchemaAlterTableEventArgs |
SchemaAlterTableRemoveColumnEventArgs.php
Line | Element | Reason |
---|---|---|
18 | SchemaAlterTableRemoveColumnEventArgs |
SchemaAlterTableRenameColumnEventArgs.php
Line | Element | Reason |
---|---|---|
18 | SchemaAlterTableRenameColumnEventArgs |
SchemaColumnDefinitionEventArgs.php
Line | Element | Reason |
---|---|---|
13 | SchemaColumnDefinitionEventArgs |
SchemaCreateTableColumnEventArgs.php
Line | Element | Reason |
---|---|---|
18 | SchemaCreateTableColumnEventArgs |
SchemaCreateTableEventArgs.php
Line | Element | Reason |
---|---|---|
17 | SchemaCreateTableEventArgs |
SchemaDropTableEventArgs.php
Line | Element | Reason |
---|---|---|
14 | SchemaDropTableEventArgs |
SchemaEventArgs.php
Line | Element | Reason |
---|---|---|
12 | SchemaEventArgs |
SchemaIndexDefinitionEventArgs.php
Line | Element | Reason |
---|---|---|
13 | SchemaIndexDefinitionEventArgs |
TransactionBeginEventArgs.php
Line | Element | Reason |
---|---|---|
8 | TransactionBeginEventArgs |
TransactionCommitEventArgs.php
Line | Element | Reason |
---|---|---|
8 | TransactionCommitEventArgs |
TransactionEventArgs.php
Line | Element | Reason |
---|---|---|
11 | TransactionEventArgs |
TransactionRollBackEventArgs.php
Line | Element | Reason |
---|---|---|
8 | TransactionRollBackEventArgs |
Events.php
TableGenerator.php
Line | Element | Reason |
---|---|---|
58 | TableGenerator |
TableGeneratorSchemaVisitor.php
Line | Element | Reason |
---|---|---|
15 | TableGeneratorSchemaVisitor |
DebugStack.php
Line | Element | Reason |
---|---|---|
14 | DebugStack |
LoggerChain.php
Line | Element | Reason |
---|---|---|
12 | LoggerChain |
SQLLogger.php
Line | Element | Reason |
---|---|---|
13 | SQLLogger | Use Middleware or implement Middleware instead. |
Statement.php
Line | Element | Reason |
---|---|---|
43 | Statement::bindParam() | Use bindValue() instead. |
AbstractMySQLPlatform.php
Line | Element | Reason |
---|---|---|
76 | AbstractMySQLPlatform::getIdentifierQuoteCharacter() | Use quoteIdentifier() to quote identifiers instead. |
161 | AbstractMySQLPlatform::getListTableConstraintsSQL() | |
174 | AbstractMySQLPlatform::getListTableIndexesSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. Two approaches to listing the table indexes. The information_schema is preferred, because it doesn't cause problems with SQL keywords such as "order" or "table". |
205 | AbstractMySQLPlatform::getListTableForeignKeysSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
333 | AbstractMySQLPlatform::prefersIdentityColumns() | MySQL prefers "autoincrement" identity columns since sequences can only be emulated with a table. |
379 | AbstractMySQLPlatform::getListTablesSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
389 | AbstractMySQLPlatform::getListTableColumnsSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
400 | AbstractMySQLPlatform::getListTableMetadataSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
1270 | AbstractMySQLPlatform::getVarcharMaxLength() | |
1286 | AbstractMySQLPlatform::getBinaryMaxLength() | |
1302 | AbstractMySQLPlatform::getReservedKeywordsClass() | Implement createReservedKeywordsList() instead. |
AbstractPlatform.php
DB2Platform.php
Line | Element | Reason |
---|---|---|
33 | DB2Platform::getCharMaxLength() | |
49 | DB2Platform::getBinaryMaxLength() | |
65 | DB2Platform::getBinaryDefaultLength() | |
338 | DB2Platform::getListTableColumnsSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. This code fragment is originally from the Zend_Db_Adapter_Db2 class, but has been edited. |
392 | DB2Platform::getListTablesSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
412 | DB2Platform::getListTableIndexesSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
438 | DB2Platform::getListTableForeignKeysSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
474 | DB2Platform::supportsCreateDropDatabase() | |
937 | DB2Platform::prefersIdentityColumns() | |
983 | DB2Platform::getReservedKeywordsClass() | Implement createReservedKeywordsList() instead. |
996 | DB2Platform::getListTableCommentsSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
DB2Keywords.php
Line | Element | Reason |
---|---|---|
17 | DB2Keywords::getName() |
KeywordList.php
Line | Element | Reason |
---|---|---|
55 | KeywordList::getName() |
MariaDb102Keywords.php
Line | Element | Reason |
---|---|---|
14 | MariaDb102Keywords | |
17 | MariaDb102Keywords::getName() |
MariaDBKeywords.php
Line | Element | Reason |
---|---|---|
10 | MariaDBKeywords::getName() |
MySQL57Keywords.php
Line | Element | Reason |
---|---|---|
12 | MySQL57Keywords | |
19 | MySQL57Keywords::getName() |
MySQL80Keywords.php
Line | Element | Reason |
---|---|---|
19 | MySQL80Keywords::getName() |
MySQLKeywords.php
Line | Element | Reason |
---|---|---|
17 | MySQLKeywords::getName() |
OracleKeywords.php
Line | Element | Reason |
---|---|---|
17 | OracleKeywords::getName() |
PostgreSQL100Keywords.php
Line | Element | Reason |
---|---|---|
14 | PostgreSQL100Keywords | |
17 | PostgreSQL100Keywords::getName() |
PostgreSQL94Keywords.php
Line | Element | Reason |
---|---|---|
10 | PostgreSQL94Keywords | Use PostgreSQLKeywords instead. |
PostgreSQLKeywords.php
Line | Element | Reason |
---|---|---|
17 | PostgreSQLKeywords::getName() |
ReservedKeywordsValidator.php
Line | Element | Reason |
---|---|---|
19 | ReservedKeywordsValidator | Use database documentation instead. |
SQLiteKeywords.php
Line | Element | Reason |
---|---|---|
17 | SQLiteKeywords::getName() |
SQLServer2012Keywords.php
Line | Element | Reason |
---|---|---|
10 | SQLServer2012Keywords | Use SQLServerKeywords instead. |
SQLServerKeywords.php
Line | Element | Reason |
---|---|---|
18 | SQLServerKeywords::getName() |
MariaDb1027Platform.php
Line | Element | Reason |
---|---|---|
13 | MariaDb1027Platform | This class will be merged with MariaDBPlatform in 4.0 because support for MariaDB releases prior to 10.2.7 will be dropped. |
MariaDBPlatform.php
Line | Element | Reason |
---|---|---|
37 | MariaDBPlatform::getReservedKeywordsClass() | Implement createReservedKeywordsList() instead. |
MySQL57Platform.php
Line | Element | Reason |
---|---|---|
17 | MySQL57Platform | This class will be merged with MySQLPlatform in 4.0 because support for MySQL releases prior to 5.7 will be dropped. |
24 | MySQL57Platform::hasNativeJsonType() | |
78 | MySQL57Platform::getReservedKeywordsClass() | Implement createReservedKeywordsList() instead. |
MySQL80Platform.php
Line | Element | Reason |
---|---|---|
17 | MySQL80Platform::getReservedKeywordsClass() | Implement createReservedKeywordsList() instead. |
OraclePlatform.php
Line | Element | Reason |
---|---|---|
50 | OraclePlatform::assertValidIdentifier() | |
76 | OraclePlatform::getNowExpression() | Generate dates within the application. |
397 | OraclePlatform::getBinaryMaxLength() | |
478 | OraclePlatform::getListTableIndexesSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
518 | OraclePlatform::getListTablesSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
678 | OraclePlatform::getListTableForeignKeysSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
712 | OraclePlatform::getListTableConstraintsSQL() | |
725 | OraclePlatform::getListTableColumnsSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
1070 | OraclePlatform::usesSequenceEmulatedIdentityColumns() | |
1282 | OraclePlatform::getReservedKeywordsClass() | Implement createReservedKeywordsList() instead. |
1303 | OraclePlatform::getListTableCommentsSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
PostgreSQL100Platform.php
Line | Element | Reason |
---|---|---|
16 | PostgreSQL100Platform | This class will be merged with PostgreSQLPlatform in 4.0 because support for Postgres releases prior to 10.0 will be dropped. |
19 | PostgreSQL100Platform::getReservedKeywordsClass() | Implement createReservedKeywordsList() instead. |
PostgreSQL94Platform.php
Line | Element | Reason |
---|---|---|
10 | PostgreSQL94Platform | Use PostgreSQLPlatform instead. |
PostgreSQLPlatform.php
SqlitePlatform.php
Line | Element | Reason |
---|---|---|
63 | SqlitePlatform::getNowExpression() | Generate dates within the application. |
228 | SqlitePlatform::prefersIdentityColumns() | |
275 | SqlitePlatform::getTinyIntTypeDeclarationSQL() | Use getSmallIntTypeDeclarationSQL() instead. |
312 | SqlitePlatform::getMediumIntTypeDeclarationSQL() | Use getIntegerTypeDeclarationSQL() instead. |
374 | SqlitePlatform::disableSchemaEmulation() | Will be removed in DBAL 4.0. |
497 | SqlitePlatform::getBinaryMaxLength() | |
513 | SqlitePlatform::getBinaryDefaultLength() | |
537 | SqlitePlatform::getListTableConstraintsSQL() | |
552 | SqlitePlatform::getListTableColumnsSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
564 | SqlitePlatform::getListTableIndexesSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
576 | SqlitePlatform::getListTablesSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
627 | SqlitePlatform::supportsCreateDropDatabase() | |
701 | SqlitePlatform::udfSqrt() | The driver will use sqrt() in the next major release. |
716 | SqlitePlatform::udfMod() | The driver will use UserDefinedFunctions::mod() in the next major release. |
730 | SqlitePlatform::udfLocate() | The driver will use UserDefinedFunctions::locate() in the next major release. |
804 | SqlitePlatform::getReservedKeywordsClass() | Implement createReservedKeywordsList() instead. |
896 | SqlitePlatform::canEmulateSchemas() | Sqlite Platform emulates schema by underscoring each dot and generating tables into the default database. This hack is implemented to be able to use SQLite as testdriver when using schema supporting databases. |
964 | SqlitePlatform::getCreateConstraintSQL() | |
990 | SqlitePlatform::getListTableForeignKeysSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
SQLServer2012Platform.php
Line | Element | Reason |
---|---|---|
11 | SQLServer2012Platform | Use SQLServerPlatform instead. |
SQLServerPlatform.php
Line | Element | Reason |
---|---|---|
108 | SQLServerPlatform::prefersIdentityColumns() | |
150 | SQLServerPlatform::getDefaultSchemaName() | |
221 | SQLServerPlatform::hasNativeGuidType() | |
989 | SQLServerPlatform::getListTablesSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
1002 | SQLServerPlatform::getListTableColumnsSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
1040 | SQLServerPlatform::getListTableForeignKeysSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
1065 | SQLServerPlatform::getListTableIndexesSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
1199 | SQLServerPlatform::getListNamespacesSQL() | Use SQLServerSchemaManager::listSchemaNames() instead. |
1341 | SQLServerPlatform::getBinaryMaxLength() | |
1623 | SQLServerPlatform::getReservedKeywordsClass() | Implement createReservedKeywordsList() instead. |
1771 | SQLServerPlatform::getListTableMetadataSQL() | The SQL used for schema introspection is an implementation detail and should not be relied upon. |
CompositeExpression.php
Line | Element | Reason |
---|---|---|
88 | CompositeExpression::addMultiple() | This class will be made immutable. Use with() instead. |
112 | CompositeExpression::add() | This class will be made immutable. Use with() instead. |
ExpressionBuilder.php
Line | Element | Reason |
---|---|---|
71 | ExpressionBuilder::andX() | Use |
90 | ExpressionBuilder::orX() | Use |
AbstractAsset.php
Line | Element | Reason |
---|---|---|
120 | AbstractAsset::getFullQualifiedName() | Use getNamespaceName() and getName() instead. |
AbstractSchemaManager.php
Line | Element | Reason |
---|---|---|
66 | AbstractSchemaManager::getDatabasePlatform() | |
92 | AbstractSchemaManager::tryMethod() | |
140 | AbstractSchemaManager::listNamespaceNames() | Use listSchemaNames() instead. |
443 | AbstractSchemaManager::listTableDetails() | Use introspectTable() instead. |
793 | AbstractSchemaManager::dropConstraint() | Use dropIndex(), dropForeignKey() or dropUniqueConstraint() instead. |
960 | AbstractSchemaManager::createConstraint() | Use createIndex(), createForeignKey() or createUniqueConstraint() instead. |
1053 | AbstractSchemaManager::dropAndCreateConstraint() | Use dropIndex() and createIndex(), dropForeignKey() and createForeignKey() or dropUniqueConstraint() and createUniqueConstraint() instead. |
1080 | AbstractSchemaManager::dropAndCreateIndex() | Use dropIndex() and createIndex() instead. |
1106 | AbstractSchemaManager::dropAndCreateForeignKey() | Use dropForeignKey() and createForeignKey() instead. |
1128 | AbstractSchemaManager::dropAndCreateSequence() | Use dropSequence() and createSequence() instead. |
1150 | AbstractSchemaManager::dropAndCreateTable() | Use dropTable() and createTable() instead. |
1174 | AbstractSchemaManager::dropAndCreateDatabase() | Use dropDatabase() and createDatabase() instead. |
1196 | AbstractSchemaManager::dropAndCreateView() | Use dropView() and createView() instead. |
1291 | AbstractSchemaManager::getPortableNamespacesList() | Use listSchemaNames() instead. |
1328 | AbstractSchemaManager::getPortableNamespaceDefinition() | Use listSchemaNames() instead. |
1630 | AbstractSchemaManager::createSchema() | |
1713 | AbstractSchemaManager::getSchemaSearchPaths() |
Column.php
Line | Element | Reason |
---|---|---|
363 | Column::setCustomSchemaOption() | |
383 | Column::hasCustomSchemaOption() | |
401 | Column::getCustomSchemaOption() | |
419 | Column::setCustomSchemaOptions() | |
437 | Column::getCustomSchemaOptions() | |
59 | Column::$_customSchemaOptions |
ColumnDiff.php
Line | Element | Reason |
---|---|---|
140 | ColumnDiff::hasChanged() | Use hasTypeChanged(), hasLengthChanged(), hasPrecisionChanged(), hasScaleChanged(), hasUnsignedChanged(), hasFixedChanged(), hasNotNullChanged(), hasDefaultChanged(), hasAutoIncrementChanged() or hasCommentChanged() instead. |
150 | ColumnDiff::getOldColumnName() | Use $fromColumn instead. |
19 | ColumnDiff::$oldColumnName | Use $fromColumn and Column::getName() instead. |
35 | ColumnDiff::$changedProperties | Use hasTypeChanged(), hasLengthChanged(), hasPrecisionChanged(), hasScaleChanged(), hasUnsignedChanged(), hasFixedChanged(), hasNotNullChanged(), hasDefaultChanged(), hasAutoIncrementChanged() or hasCommentChanged() instead. |
Comparator.php
Line | Element | Reason |
---|---|---|
242 | Comparator::compare() | Use non-static call to compareSchemas() instead. |
289 | Comparator::diffTable() | Use compareTables() and, optionally, TableDiff::isEmpty() instead. |
609 | Comparator::diffColumn() | Use columnsEqual() instead. |
Constraint.php
Line | Element | Reason |
---|---|---|
12 | Constraint | Use ForeignKeyConstraint, Index or UniqueConstraint instead. |
DB2SchemaManager.php
Line | Element | Reason |
---|---|---|
51 | DB2SchemaManager::listTableDetails() | Use introspectTable() instead. |
ForeignKeyConstraint.php
Line | Element | Reason |
---|---|---|
112 | ForeignKeyConstraint::getLocalTableName() | Use the table that contains the foreign key as part of its Table::$_fkConstraints instead. |
127 | ForeignKeyConstraint::setLocalTable() | Use the table that contains the foreign key as part of its Table::$_fkConstraints instead. |
137 | ForeignKeyConstraint::getLocalTable() | Use the table that contains the foreign key as part of its Table::$_fkConstraints instead. |
203 | ForeignKeyConstraint::getColumns() | Use getLocalColumns() instead. |
224 | ForeignKeyConstraint::getQuotedColumns() | Use getQuotedLocalColumns() instead. |
Index.php
Line | Element | Reason |
---|---|---|
195 | Index::isFullfilledBy() | Use isFulfilledBy() instead. |
MySQLSchemaManager.php
Line | Element | Reason |
---|---|---|
74 | MySQLSchemaManager::listTableDetails() | Use introspectTable() instead. |
OracleSchemaManager.php
Line | Element | Reason |
---|---|---|
52 | OracleSchemaManager::listTableDetails() | Use introspectTable() instead. |
PostgreSQLSchemaManager.php
Line | Element | Reason |
---|---|---|
64 | PostgreSQLSchemaManager::listTableDetails() | Use introspectTable() instead. |
109 | PostgreSQLSchemaManager::getSchemaNames() | Use listSchemaNames() instead. |
141 | PostgreSQLSchemaManager::getSchemaSearchPaths() | |
340 | PostgreSQLSchemaManager::getPortableNamespaceDefinition() | Use listSchemaNames() instead. |
Schema.php
Line | Element | Reason |
---|---|---|
95 | Schema::hasExplicitForeignKeyIndexes() | |
260 | Schema::getTableNames() | Use getTables() and Table::getName() instead. |
457 | Schema::getMigrateToSql() | |
471 | Schema::getMigrateFromSql() | |
483 | Schema::visit() |
SchemaConfig.php
Line | Element | Reason |
---|---|---|
17 | SchemaConfig::$hasExplicitForeignKeyIndexes | |
51 | SchemaConfig::setExplicitForeignKeyIndexes() |
SchemaDiff.php
Line | Element | Reason |
---|---|---|
216 | SchemaDiff::toSaveSql() | |
233 | SchemaDiff::toSql() | |
25 | SchemaDiff::$fromSchema | |
98 | SchemaDiff::$orphanedForeignKeys |
SchemaException.php
Line | Element | Reason |
---|---|---|
26 | SchemaException::TABLE_DOESNT_EXIST | Use TableDoesNotExist instead. |
29 | SchemaException::TABLE_ALREADY_EXISTS | Use TableAlreadyExists instead. |
32 | SchemaException::COLUMN_DOESNT_EXIST | Use ColumnDoesNotExist instead. |
35 | SchemaException::COLUMN_ALREADY_EXISTS | Use ColumnAlreadyExists instead. |
38 | SchemaException::INDEX_DOESNT_EXIST | Use IndexDoesNotExist instead. |
41 | SchemaException::INDEX_ALREADY_EXISTS | Use IndexAlreadyExists instead. |
44 | SchemaException::SEQUENCE_DOENST_EXIST | Use SequenceDoesNotExist instead. |
47 | SchemaException::SEQUENCE_ALREADY_EXISTS | Use SequenceAlreadyExists instead. |
50 | SchemaException::INDEX_INVALID_NAME | Use IndexNameInvalid instead. |
53 | SchemaException::FOREIGNKEY_DOESNT_EXIST | Use ForeignKeyDoesNotExist instead. |
56 | SchemaException::CONSTRAINT_DOESNT_EXIST | Use UniqueConstraintDoesNotExist instead. |
59 | SchemaException::NAMESPACE_ALREADY_EXISTS | Use NamespaceAlreadyExists instead. |
Sequence.php
Line | Element | Reason |
---|---|---|
141 | Sequence::visit() |
SqliteSchemaManager.php
Line | Element | Reason |
---|---|---|
65 | SqliteSchemaManager::listTableDetails() | Use introspectTable() instead. |
114 | SqliteSchemaManager::dropDatabase() | Delete the database file using the filesystem. |
134 | SqliteSchemaManager::createDatabase() | The engine will create the database file automatically. |
170 | SqliteSchemaManager::dropAndCreateForeignKey() | Use dropForeignKey() and createForeignKey() instead. |
650 | SqliteSchemaManager::getSchemaSearchPaths() |
SQLServerSchemaManager.php
Line | Element | Reason |
---|---|---|
56 | SQLServerSchemaManager::listTableDetails() | Use introspectTable() instead. |
294 | SQLServerSchemaManager::getPortableNamespaceDefinition() | Use listSchemaNames() instead. |
Table.php
Line | Element | Reason |
---|---|---|
361 | Table::changeColumn() | |
725 | Table::getForeignKeyColumns() | Use getForeignKey() and ForeignKeyConstraint::getLocalColumns() instead. |
814 | Table::getPrimaryKeyColumns() | Use getPrimaryKey() and Index::getColumns() instead. |
839 | Table::hasPrimaryKey() | Use getPrimaryKey() instead. |
943 | Table::visit() |
TableDiff.php
Line | Element | Reason |
---|---|---|
202 | TableDiff::getName() | Use getOldTable() instead. |
214 | TableDiff::getNewName() | |
22 | TableDiff::$name | Use getOldTable() instead. |
29 | TableDiff::$newName |
AbstractVisitor.php
Line | Element | Reason |
---|---|---|
17 | AbstractVisitor |
CreateSchemaSqlCollector.php
Line | Element | Reason |
---|---|---|
14 | CreateSchemaSqlCollector |
DropSchemaSqlCollector.php
Line | Element | Reason |
---|---|---|
21 | DropSchemaSqlCollector |
Graphviz.php
Line | Element | Reason |
---|---|---|
19 | Graphviz |
NamespaceVisitor.php
Line | Element | Reason |
---|---|---|
10 | NamespaceVisitor |
RemoveNamespacedAssets.php
Line | Element | Reason |
---|---|---|
24 | RemoveNamespacedAssets | Do not use namespaces if the target database platform doesn't support them. |
Visitor.php
Line | Element | Reason |
---|---|---|
18 | Visitor |
Statement.php
Line | Element | Reason |
---|---|---|
138 | Statement::bindParam() | Use bindValue() instead. |
170 | Statement::execute() | Statement::execute() is deprecated, use Statement::executeQuery() or executeStatement() instead |
ReservedWordsCommand.php
Line | Element | Reason |
---|---|---|
35 | ReservedWordsCommand | Use database documentation instead. |
ConsoleRunner.php
Line | Element | Reason |
---|---|---|
19 | ConsoleRunner | Use Symfony Console documentation to bootstrap a command-line application. |
59 | ConsoleRunner::printCliConfigTemplate() | This method will be removed without replacement. |
ArrayType.php
Line | Element | Reason |
---|---|---|
23 | ArrayType | |
81 | ArrayType::requiresSQLCommentHint() |
BooleanType.php
Line | Element | Reason |
---|---|---|
66 | BooleanType::requiresSQLCommentHint() |
DateImmutableType.php
Line | Element | Reason |
---|---|---|
81 | DateImmutableType::requiresSQLCommentHint() |
DateIntervalType.php
Line | Element | Reason |
---|---|---|
99 | DateIntervalType::requiresSQLCommentHint() |
DateTimeImmutableType.php
Line | Element | Reason |
---|---|---|
87 | DateTimeImmutableType::requiresSQLCommentHint() |
DateTimeTzImmutableType.php
Line | Element | Reason |
---|---|---|
81 | DateTimeTzImmutableType::requiresSQLCommentHint() |
GuidType.php
Line | Element | Reason |
---|---|---|
34 | GuidType::requiresSQLCommentHint() |
JsonType.php
Line | Element | Reason |
---|---|---|
85 | JsonType::requiresSQLCommentHint() |
ObjectType.php
Line | Element | Reason |
---|---|---|
20 | ObjectType | |
77 | ObjectType::requiresSQLCommentHint() |
SimpleArrayType.php
Line | Element | Reason |
---|---|---|
77 | SimpleArrayType::requiresSQLCommentHint() |
TimeImmutableType.php
Line | Element | Reason |
---|---|---|
81 | TimeImmutableType::requiresSQLCommentHint() |
Type.php
Line | Element | Reason |
---|---|---|
107 | Type::getName() | this method will be removed in Doctrine DBAL 4.0. |
224 | Type::canRequireSQLConversion() | Consumers should call convertToDatabaseValueSQL and convertToPHPValueSQL regardless of the type. |
274 | Type::requiresSQLCommentHint() |
Types.php
Line | Element | Reason |
---|---|---|
13 | Types::ARRAY | |
34 | Types::OBJECT |
VarDateTimeImmutableType.php
Line | Element | Reason |
---|---|---|
79 | VarDateTimeImmutableType::requiresSQLCommentHint() |
VersionAwarePlatformDriver.php
Line | Element | Reason |
---|---|---|
17 | VersionAwarePlatformDriver | All drivers will have to be aware of the server version in the next major release. |
ImportMappingDoctrineCommand.php
Line | Element | Reason |
---|---|---|
31 | ImportMappingDoctrineCommand |
ClearMetadataCacheDoctrineCommand.php
Line | Element | Reason |
---|---|---|
13 | ClearMetadataCacheDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand instead |
ClearQueryCacheDoctrineCommand.php
Line | Element | Reason |
---|---|---|
13 | ClearQueryCacheDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand instead |
ClearResultCacheDoctrineCommand.php
Line | Element | Reason |
---|---|---|
13 | ClearResultCacheDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand instead |
CollectionRegionDoctrineCommand.php
Line | Element | Reason |
---|---|---|
13 | CollectionRegionDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand instead |
ConvertMappingDoctrineCommand.php
Line | Element | Reason |
---|---|---|
19 | ConvertMappingDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand instead |
CreateSchemaDoctrineCommand.php
Line | Element | Reason |
---|---|---|
14 | CreateSchemaDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand instead |
DoctrineCommandHelper.php
Line | Element | Reason |
---|---|---|
19 | DoctrineCommandHelper | since DoctrineBundle 2.7 and will be removed in 3.0 |
DropSchemaDoctrineCommand.php
Line | Element | Reason |
---|---|---|
13 | DropSchemaDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand instead |
EnsureProductionSettingsDoctrineCommand.php
Line | Element | Reason |
---|---|---|
13 | EnsureProductionSettingsDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand instead |
EntityRegionCacheDoctrineCommand.php
Line | Element | Reason |
---|---|---|
13 | EntityRegionCacheDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand instead |
InfoDoctrineCommand.php
Line | Element | Reason |
---|---|---|
13 | InfoDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\InfoCommand instead |
QueryRegionCacheDoctrineCommand.php
Line | Element | Reason |
---|---|---|
13 | QueryRegionCacheDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand instead |
RunDqlDoctrineCommand.php
Line | Element | Reason |
---|---|---|
13 | RunDqlDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\RunDqlCommand instead |
RunSqlDoctrineCommand.php
Line | Element | Reason |
---|---|---|
16 | RunSqlDoctrineCommand | use Doctrine\DBAL\Tools\Console\Command\RunSqlCommand instead |
UpdateSchemaDoctrineCommand.php
Line | Element | Reason |
---|---|---|
14 | UpdateSchemaDoctrineCommand | use Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand instead |
ValidateSchemaCommand.php
Line | Element | Reason |
---|---|---|
13 | ValidateSchemaCommand | use Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand instead |
BlacklistSchemaAssetFilter.php
Line | Element | Reason |
---|---|---|
10 | BlacklistSchemaAssetFilter | Implement your own include/exclude mechanism |
WellKnownSchemaFilterPass.php
Line | Element | Reason |
---|---|---|
19 | WellKnownSchemaFilterPass | Implement your own include/exclude mechanism |
EventSubscriberInterface.php
Line | Element | Reason |
---|---|---|
10 | EventSubscriberInterface | use the AsDoctrineListener attribute instead |
Instantiator.php
Line | Element | Reason |
---|---|---|
34 | Instantiator::SERIALIZATION_FORMAT_USE_UNSERIALIZER | This constant will be private in 2.0 |
37 | Instantiator::SERIALIZATION_FORMAT_AVOID_UNSERIALIZER | This constant will be private in 2.0 |
Token.php
Line | Element | Reason |
---|---|---|
66 | Token::offsetExists() | Use the value, type or position property instead |
101 | Token::offsetGet() | Use the value, type or position property instead |
118 | Token::offsetSet() | no replacement planned |
134 | Token::offsetUnset() | no replacement planned |
AbstractQuery.php
Line | Element | Reason |
---|---|---|
641 | AbstractQuery::setResultCacheDriver() | Use setResultCache() instead. |
700 | AbstractQuery::getResultCacheDriver() | |
721 | AbstractQuery::useResultCache() | Use enableResultCache and disableResultCache instead. |
800 | AbstractQuery::getResultCacheLifetime() | |
1085 | AbstractQuery::iterate() | Use toIterable instead. See https://github.com/doctrine/orm/issues/8463 |
1370 | AbstractQuery::getResultCacheId() |
CacheException.php
Line | Element | Reason |
---|---|---|
34 | CacheException::updateReadOnlyEntity() | This method is not used anymore. |
57 | CacheException::nonCacheableEntityAssociation() | This method is not used anymore. |
InvalidResultCacheDriver.php
Line | Element | Reason |
---|---|---|
8 | InvalidResultCacheDriver |
MultiGetRegion.php
Line | Element | Reason |
---|---|---|
14 | MultiGetRegion | Implement Region instead. |
AbstractCollectionPersister.php
Line | Element | Reason |
---|---|---|
233 | AbstractCollectionPersister::evictCollectionCache() | This method is not used anymore. |
263 | AbstractCollectionPersister::evictElementCache() | This method is not used anymore. |
DefaultMultiGetRegion.php
Line | Element | Reason |
---|---|---|
12 | DefaultMultiGetRegion |
DefaultRegion.php
Line | Element | Reason |
---|---|---|
106 | DefaultRegion::getCache() | |
43 | DefaultRegion::$cache | since 2.11, this property will be removed in 3.0. |
Configuration.php
Line | Element | Reason |
---|---|---|
167 | Configuration::newDefaultAnnotationDriver() | Use ORMSetup::createDefaultAnnotationDriver() instead. |
220 | Configuration::addEntityNamespace() | No replacement planned. Adds a namespace under a certain alias. |
334 | Configuration::getQueryCacheImpl() | Call getQueryCache() instead. |
353 | Configuration::setQueryCacheImpl() | Call setQueryCache() instead. |
390 | Configuration::getHydrationCacheImpl() | Call getHydrationCache() instead. |
409 | Configuration::setHydrationCacheImpl() | Call setHydrationCache() instead. |
440 | Configuration::getMetadataCacheImpl() | Deprecated in favor of getMetadataCache |
463 | Configuration::setMetadataCacheImpl() | Deprecated in favor of setMetadataCache |
564 | Configuration::ensureProductionSettings() |
EntityManager.php
Line | Element | Reason |
---|---|---|
752 | EntityManager::merge() | This method is being removed from the ORM and won't have any replacement |
971 | EntityManager::create() | Use DriverManager::getConnection() to bootstrap the connection and call the constructor. |
1002 | EntityManager::createConnection() | Use DriverManager::getConnection() to bootstrap the connection. |
EntityManagerInterface.php
Line | Element | Reason |
---|---|---|
93 | EntityManagerInterface::transactional() | |
235 | EntityManagerInterface::copy() | This method is being removed from the ORM and won't have any replacement |
293 | EntityManagerInterface::getHydrator() |
EntityRepository.php
Line | Element | Reason |
---|---|---|
117 | EntityRepository::createNamedQuery() | |
139 | EntityRepository::createNativeNamedQuery() | |
163 | EntityRepository::clear() | This method is being removed from the ORM and won't have any replacement |
LifecycleEventArgs.php
Line | Element | Reason |
---|---|---|
19 | LifecycleEventArgs | This class will be removed in ORM 3.0. Use one of the dedicated classes instead. |
42 | LifecycleEventArgs::getEntity() | Use getObject instead. |
61 | LifecycleEventArgs::getEntityManager() | Use getObjectManager instead. |
OnClearEventArgs.php
Line | Element | Reason |
---|---|---|
38 | OnClearEventArgs::getEntityManager() | Use getObjectManager instead. |
57 | OnClearEventArgs::getEntityClass() | Clearing the entity manager partially is deprecated. This method will be removed in 3.0. |
69 | OnClearEventArgs::clearsAllEntities() | Clearing the entity manager partially is deprecated. This method will be removed in 3.0. |
OnFlushEventArgs.php
Line | Element | Reason |
---|---|---|
27 | OnFlushEventArgs::getEntityManager() | Use getObjectManager instead. |
PostFlushEventArgs.php
Line | Element | Reason |
---|---|---|
27 | PostFlushEventArgs::getEntityManager() | Use getObjectManager instead. |
PreFlushEventArgs.php
Line | Element | Reason |
---|---|---|
25 | PreFlushEventArgs::getEntityManager() | Use getObjectManager instead. |
UnknownEntityNamespace.php
Line | Element | Reason |
---|---|---|
10 | UnknownEntityNamespace | No replacement planned. |
AbstractIdGenerator.php
Line | Element | Reason |
---|---|---|
30 | AbstractIdGenerator::generate() | Call generateId() instead. |
TableGenerator.php
Line | Element | Reason |
---|---|---|
14 | TableGenerator | no replacement planned |
UuidGenerator.php
Line | Element | Reason |
---|---|---|
21 | UuidGenerator | use an application-side generator instead |
CommitOrderCalculator.php
Line | Element | Reason |
---|---|---|
24 | CommitOrderCalculator::NOT_VISITED | |
27 | CommitOrderCalculator::IN_PROGRESS | |
30 | CommitOrderCalculator::VISITED |
AbstractHydrator.php
Line | Element | Reason |
---|---|---|
119 | AbstractHydrator::iterate() | |
286 | AbstractHydrator::hydrateRow() |
IterableResult.php
Line | Element | Reason |
---|---|---|
16 | IterableResult |
Annotation.php
Line | Element | Reason |
---|---|---|
8 | Annotation | Use MappingAttribute instead. |
FieldBuilder.php
Line | Element | Reason |
---|---|---|
160 | FieldBuilder::isPrimaryKey() | Use makePrimaryKey() instead |
ClassMetadataFactory.php
Line | Element | Reason |
---|---|---|
805 | ClassMetadataFactory::getFqcnFromAlias() | This method will be removed in ORM 3.0. |
ClassMetadataInfo.php
Line | Element | Reason |
---|---|---|
2262 | ClassMetadataInfo::isInheritanceTypeTablePerClass() | |
2302 | ClassMetadataInfo::isIdGeneratorTable() | |
2332 | ClassMetadataInfo::isIdentifierUuid() | |
2370 | ClassMetadataInfo::getTypeOfColumn() | remove this. this method is bogus and unreliable, since it cannot resolve the type of a column that is derived by a referenced field on a different entity. |
2635 | ClassMetadataInfo::setTableName() | |
2781 | ClassMetadataInfo::addNamedQuery() | |
2826 | ClassMetadataInfo::addNamedNativeQuery() | |
3033 | ClassMetadataInfo::invokeLifecycleCallbacks() | Deprecated since version 2.4 in favor of \Doctrine\ORM\Event\ListenersInvoker |
3582 | ClassMetadataInfo::getQuotedIdentifierColumnNames() | Deprecated since version 2.3 in favor of \Doctrine\ORM\Mapping\QuoteStrategy |
3622 | ClassMetadataInfo::getQuotedColumnName() | Deprecated since version 2.3 in favor of \Doctrine\ORM\Mapping\QuoteStrategy |
3638 | ClassMetadataInfo::getQuotedTableName() | Deprecated since version 2.3 in favor of \Doctrine\ORM\Mapping\QuoteStrategy |
3655 | ClassMetadataInfo::getQuotedJoinTableName() | Deprecated since version 2.3 in favor of \Doctrine\ORM\Mapping\QuoteStrategy |
104 | ClassMetadataInfo::INHERITANCE_TYPE_TABLE_PER_CLASS | |
127 | ClassMetadataInfo::GENERATOR_TYPE_TABLE | no replacement planned |
149 | ClassMetadataInfo::GENERATOR_TYPE_UUID | use an application-side generator instead |
529 | ClassMetadataInfo::$columnNames | Remove this. |
737 | ClassMetadataInfo::$tableGeneratorDefinition |
AttributeDriver.php
Line | Element | Reason |
---|---|---|
85 | AttributeDriver::getReader() | no replacement planned. |
44 | AttributeDriver::$entityAnnotationClasses | override isTransient() instead of overriding this property |
DriverChain.php
Line | Element | Reason |
---|---|---|
14 | DriverChain | this driver will be removed. Use Doctrine\Persistence\Mapping\Driver\MappingDriverChain instead |
PHPDriver.php
Line | Element | Reason |
---|---|---|
16 | PHPDriver | this driver will be removed, use StaticPHPDriver or other mapping drivers instead. |
SimplifiedYamlDriver.php
Line | Element | Reason |
---|---|---|
14 | SimplifiedYamlDriver | This class is being removed from the ORM and won't have any replacement |
StaticPHPDriver.php
Line | Element | Reason |
---|---|---|
14 | StaticPHPDriver | this driver will be removed. Use Doctrine\Persistence\Mapping\Driver\StaticPHPDriver instead |
YamlDriver.php
Line | Element | Reason |
---|---|---|
35 | YamlDriver | This class is being removed from the ORM and won't have any replacement |
MappingException.php
Line | Element | Reason |
---|---|---|
378 | MappingException::propertyTypeIsRequired() | no longer in use |
ORMException.php
Line | Element | Reason |
---|---|---|
20 | ORMException | Use Doctrine\ORM\Exception\ORMException for catch and instanceof |
27 | ORMException::missingMappingDriverImpl() | Use Doctrine\ORM\Exception\MissingMappingDriverImplementation |
40 | ORMException::namedQueryNotFound() | Use Doctrine\ORM\Exception\NamedQueryNotFound |
52 | ORMException::namedNativeQueryNotFound() | Use Doctrine\ORM\Exception\NamedQueryNotFound |
64 | ORMException::unrecognizedField() | Use Doctrine\ORM\Persisters\Exception\UnrecognizedField |
79 | ORMException::unexpectedAssociationValue() | Use Doctrine\ORM\Exception\UnexpectedAssociationValue |
92 | ORMException::invalidOrientation() | Use Doctrine\ORM\Persisters\Exception\InvalidOrientation |
102 | ORMException::entityManagerClosed() | Use Doctrine\ORM\Exception\EntityManagerClosed |
114 | ORMException::invalidHydrationMode() | Use Doctrine\ORM\Exception\InvalidHydrationMode |
124 | ORMException::mismatchedEventManager() | Use Doctrine\ORM\Exception\MismatchedEventManager |
136 | ORMException::findByRequiresParameter() | Use Doctrine\ORM\Repository\Exception\InvalidMagicMethodCall::onMissingParameter() |
150 | ORMException::invalidMagicCall() | Doctrine\ORM\Repository\Exception\InvalidFindByCall |
166 | ORMException::invalidFindByInverseAssociation() | Use Doctrine\ORM\Repository\Exception\InvalidFindByCall::fromInverseSideUsage() |
179 | ORMException::invalidResultCacheDriver() | Use Doctrine\ORM\Cache\Exception\InvalidResultCacheDriver |
189 | ORMException::notSupported() | Doctrine\ORM\Tools\Exception\NotSupported |
199 | ORMException::queryCacheNotConfigured() | Use Doctrine\ORM\Cache\Exception\QueryCacheNotConfigured |
209 | ORMException::metadataCacheNotConfigured() | Use Doctrine\ORM\Cache\Exception\MetadataCacheNotConfigured |
219 | ORMException::queryCacheUsesNonPersistentCache() | Use Doctrine\ORM\Cache\Exception\QueryCacheUsesNonPersistentCache |
229 | ORMException::metadataCacheUsesNonPersistentCache() | Use Doctrine\ORM\Cache\Exception\MetadataCacheUsesNonPersistentCache |
239 | ORMException::proxyClassesAlwaysRegenerating() | Use Doctrine\ORM\Exception\ProxyClassesAlwaysRegenerating |
251 | ORMException::unknownEntityNamespace() | Use Doctrine\ORM\Exception\UnknownEntityNamespace |
265 | ORMException::invalidEntityRepository() | Use Doctrine\ORM\Exception\InvalidEntityRepository |
282 | ORMException::missingIdentifierField() | Use Doctrine\ORM\Exception\MissingIdentifierField |
295 | ORMException::unrecognizedIdentifierFields() | Use Doctrine\ORM\Exception\UnrecognizedIdentifierFields |
308 | ORMException::cantUseInOperatorOnCompositeKeys() | Use Doctrine\ORM\Persisters\Exception\CantUseInOperatorOnCompositeKeys |
ORMInvalidArgumentException.php
Line | Element | Reason |
---|---|---|
252 | ORMInvalidArgumentException::invalidEntityName() | This method will be removed in 3.0. |
ORMSetup.php
Line | Element | Reason |
---|---|---|
39 | ORMSetup::createAnnotationMetadataConfiguration() | Use another mapping driver. |
64 | ORMSetup::createDefaultAnnotationDriver() | Use another mapping driver. |
137 | ORMSetup::createYAMLMetadataConfiguration() | YAML metadata mapping is deprecated and will be removed in 3.0 |
UnrecognizedField.php
Line | Element | Reason |
---|---|---|
14 | UnrecognizedField::byName() | Use byFullyQualifiedName() instead. |
Autoloader.php
Line | Element | Reason |
---|---|---|
10 | Autoloader | use \Doctrine\Common\Proxy\Autoloader instead |
Proxy.php
Line | Element | Reason |
---|---|---|
14 | Proxy | Use \Doctrine\Persistence\Proxy instead |
IndexBy.php
Line | Element | Reason |
---|---|---|
22 | IndexBy::$simpleStateFieldPathExpression |
InExpression.php
Line | Element | Reason |
---|---|---|
14 | InExpression | Use InListExpression or InSubselectExpression instead. |
Lexer.php
Line | Element | Reason |
---|---|---|
51 | Lexer::T_ALIASED_NAME | No Replacement planned. |
ResultSetMappingBuilder.php
Line | Element | Reason |
---|---|---|
270 | ResultSetMappingBuilder::addNamedNativeQueryMapping() | This method is deprecated and will be removed in Doctrine ORM 3.0. |
288 | ResultSetMappingBuilder::addNamedNativeQueryResultClassMapping() | This method is deprecated and will be removed in Doctrine ORM 3.0. |
336 | ResultSetMappingBuilder::addNamedNativeQueryResultSetMapping() | This method is deprecated and will be removed in Doctrine ORM 3.0. |
395 | ResultSetMappingBuilder::addNamedNativeQueryEntityResultMapping() | This method is deprecated and will be removed in Doctrine ORM 3.0. |
SqlWalker.php
Line | Element | Reason |
---|---|---|
2302 | SqlWalker::walkInExpression() | Use walkInListExpression() or walkInSubselectExpression() instead. |
TreeWalker.php
Line | Element | Reason |
---|---|---|
45 | TreeWalker::setQueryComponent() | This method will be removed from the interface in 3.0. |
63 | TreeWalker::walkSelectClause() | This method will be removed from the interface in 3.0. |
74 | TreeWalker::walkFromClause() | This method will be removed from the interface in 3.0. |
85 | TreeWalker::walkFunction() | This method will be removed from the interface in 3.0. |
96 | TreeWalker::walkOrderByClause() | This method will be removed from the interface in 3.0. |
107 | TreeWalker::walkOrderByItem() | This method will be removed from the interface in 3.0. |
118 | TreeWalker::walkHavingClause() | This method will be removed from the interface in 3.0. |
129 | TreeWalker::walkJoin() | This method will be removed from the interface in 3.0. |
140 | TreeWalker::walkSelectExpression() | This method will be removed from the interface in 3.0. |
151 | TreeWalker::walkQuantifiedExpression() | This method will be removed from the interface in 3.0. |
162 | TreeWalker::walkSubselect() | This method will be removed from the interface in 3.0. |
173 | TreeWalker::walkSubselectFromClause() | This method will be removed from the interface in 3.0. |
184 | TreeWalker::walkSimpleSelectClause() | This method will be removed from the interface in 3.0. |
195 | TreeWalker::walkSimpleSelectExpression() | This method will be removed from the interface in 3.0. |
206 | TreeWalker::walkAggregateExpression() | This method will be removed from the interface in 3.0. |
217 | TreeWalker::walkGroupByClause() | This method will be removed from the interface in 3.0. |
228 | TreeWalker::walkGroupByItem() | This method will be removed from the interface in 3.0. |
251 | TreeWalker::walkDeleteClause() | This method will be removed from the interface in 3.0. |
262 | TreeWalker::walkUpdateClause() | This method will be removed from the interface in 3.0. |
273 | TreeWalker::walkUpdateItem() | This method will be removed from the interface in 3.0. |
286 | TreeWalker::walkWhereClause() | This method will be removed from the interface in 3.0. |
297 | TreeWalker::walkConditionalExpression() | This method will be removed from the interface in 3.0. |
308 | TreeWalker::walkConditionalTerm() | This method will be removed from the interface in 3.0. |
319 | TreeWalker::walkConditionalFactor() | This method will be removed from the interface in 3.0. |
330 | TreeWalker::walkConditionalPrimary() | This method will be removed from the interface in 3.0. |
341 | TreeWalker::walkExistsExpression() | This method will be removed from the interface in 3.0. |
352 | TreeWalker::walkCollectionMemberExpression() | This method will be removed from the interface in 3.0. |
363 | TreeWalker::walkEmptyCollectionComparisonExpression() | This method will be removed from the interface in 3.0. |
374 | TreeWalker::walkNullComparisonExpression() | This method will be removed from the interface in 3.0. |
385 | TreeWalker::walkInExpression() | This method will be removed from the interface in 3.0. |
396 | TreeWalker::walkInstanceOfExpression() | This method will be removed from the interface in 3.0. |
407 | TreeWalker::walkLiteral() | This method will be removed from the interface in 3.0. |
418 | TreeWalker::walkBetweenExpression() | This method will be removed from the interface in 3.0. |
429 | TreeWalker::walkLikeExpression() | This method will be removed from the interface in 3.0. |
440 | TreeWalker::walkStateFieldPathExpression() | This method will be removed from the interface in 3.0. |
451 | TreeWalker::walkComparisonExpression() | This method will be removed from the interface in 3.0. |
462 | TreeWalker::walkInputParameter() | This method will be removed from the interface in 3.0. |
473 | TreeWalker::walkArithmeticExpression() | This method will be removed from the interface in 3.0. |
484 | TreeWalker::walkArithmeticTerm() | This method will be removed from the interface in 3.0. |
495 | TreeWalker::walkStringPrimary() | This method will be removed from the interface in 3.0. |
506 | TreeWalker::walkArithmeticFactor() | This method will be removed from the interface in 3.0. |
517 | TreeWalker::walkSimpleArithmeticExpression() | This method will be removed from the interface in 3.0. |
528 | TreeWalker::walkPathExpression() | This method will be removed from the interface in 3.0. |
539 | TreeWalker::walkResultVariable() | This method will be removed from the interface in 3.0. |
550 | TreeWalker::getExecutor() | This method will be removed from the interface in 3.0. |
TreeWalkerAdapter.php
Line | Element | Reason |
---|---|---|
107 | TreeWalkerAdapter::_getQueryComponents() | Call getQueryComponents() instead. |
148 | TreeWalkerAdapter::walkSelectClause() | This method will be removed in 3.0. |
163 | TreeWalkerAdapter::walkFromClause() | This method will be removed in 3.0. |
178 | TreeWalkerAdapter::walkFunction() | This method will be removed in 3.0. |
193 | TreeWalkerAdapter::walkOrderByClause() | This method will be removed in 3.0. |
208 | TreeWalkerAdapter::walkOrderByItem() | This method will be removed in 3.0. |
223 | TreeWalkerAdapter::walkHavingClause() | This method will be removed in 3.0. |
238 | TreeWalkerAdapter::walkJoin() | This method will be removed in 3.0. |
253 | TreeWalkerAdapter::walkSelectExpression() | This method will be removed in 3.0. |
268 | TreeWalkerAdapter::walkQuantifiedExpression() | This method will be removed in 3.0. |
283 | TreeWalkerAdapter::walkSubselect() | This method will be removed in 3.0. |
298 | TreeWalkerAdapter::walkSubselectFromClause() | This method will be removed in 3.0. |
313 | TreeWalkerAdapter::walkSimpleSelectClause() | This method will be removed in 3.0. |
328 | TreeWalkerAdapter::walkSimpleSelectExpression() | This method will be removed in 3.0. |
343 | TreeWalkerAdapter::walkAggregateExpression() | This method will be removed in 3.0. |
352 | TreeWalkerAdapter::walkGroupByClause() | This method will be removed in 3.0. |
367 | TreeWalkerAdapter::walkGroupByItem() | This method will be removed in 3.0. |
390 | TreeWalkerAdapter::walkDeleteClause() | This method will be removed in 3.0. |
405 | TreeWalkerAdapter::walkUpdateClause() | This method will be removed in 3.0. |
420 | TreeWalkerAdapter::walkUpdateItem() | This method will be removed in 3.0. |
435 | TreeWalkerAdapter::walkWhereClause() | This method will be removed in 3.0. |
450 | TreeWalkerAdapter::walkConditionalExpression() | This method will be removed in 3.0. |
465 | TreeWalkerAdapter::walkConditionalTerm() | This method will be removed in 3.0. |
480 | TreeWalkerAdapter::walkConditionalFactor() | This method will be removed in 3.0. |
495 | TreeWalkerAdapter::walkConditionalPrimary() | This method will be removed in 3.0. |
510 | TreeWalkerAdapter::walkExistsExpression() | This method will be removed in 3.0. |
525 | TreeWalkerAdapter::walkCollectionMemberExpression() | This method will be removed in 3.0. |
540 | TreeWalkerAdapter::walkEmptyCollectionComparisonExpression() | This method will be removed in 3.0. |
555 | TreeWalkerAdapter::walkNullComparisonExpression() | This method will be removed in 3.0. |
570 | TreeWalkerAdapter::walkInExpression() | This method will be removed in 3.0. |
585 | TreeWalkerAdapter::walkInstanceOfExpression() | This method will be removed in 3.0. |
600 | TreeWalkerAdapter::walkLiteral() | This method will be removed in 3.0. |
615 | TreeWalkerAdapter::walkBetweenExpression() | This method will be removed in 3.0. |
630 | TreeWalkerAdapter::walkLikeExpression() | This method will be removed in 3.0. |
645 | TreeWalkerAdapter::walkStateFieldPathExpression() | This method will be removed in 3.0. |
660 | TreeWalkerAdapter::walkComparisonExpression() | This method will be removed in 3.0. |
675 | TreeWalkerAdapter::walkInputParameter() | This method will be removed in 3.0. |
690 | TreeWalkerAdapter::walkArithmeticExpression() | This method will be removed in 3.0. |
705 | TreeWalkerAdapter::walkArithmeticTerm() | This method will be removed in 3.0. |
720 | TreeWalkerAdapter::walkStringPrimary() | This method will be removed in 3.0. |
735 | TreeWalkerAdapter::walkArithmeticFactor() | This method will be removed in 3.0. |
750 | TreeWalkerAdapter::walkSimpleArithmeticExpression() | This method will be removed in 3.0. |
765 | TreeWalkerAdapter::walkPathExpression() | This method will be removed in 3.0. |
780 | TreeWalkerAdapter::walkResultVariable() | This method will be removed in 3.0. |
795 | TreeWalkerAdapter::getExecutor() | This method will be removed in 3.0. |
TreeWalkerChain.php
Line | Element | Reason |
---|---|---|
108 | TreeWalkerChain::walkSelectClause() | This method will be removed in 3.0. |
127 | TreeWalkerChain::walkFromClause() | This method will be removed in 3.0. |
146 | TreeWalkerChain::walkFunction() | This method will be removed in 3.0. |
165 | TreeWalkerChain::walkOrderByClause() | This method will be removed in 3.0. |
184 | TreeWalkerChain::walkOrderByItem() | This method will be removed in 3.0. |
203 | TreeWalkerChain::walkHavingClause() | This method will be removed in 3.0. |
222 | TreeWalkerChain::walkJoin() | This method will be removed in 3.0. |
241 | TreeWalkerChain::walkSelectExpression() | This method will be removed in 3.0. |
260 | TreeWalkerChain::walkQuantifiedExpression() | This method will be removed in 3.0. |
279 | TreeWalkerChain::walkSubselect() | This method will be removed in 3.0. |
298 | TreeWalkerChain::walkSubselectFromClause() | This method will be removed in 3.0. |
317 | TreeWalkerChain::walkSimpleSelectClause() | This method will be removed in 3.0. |
336 | TreeWalkerChain::walkSimpleSelectExpression() | This method will be removed in 3.0. |
355 | TreeWalkerChain::walkAggregateExpression() | This method will be removed in 3.0. |
374 | TreeWalkerChain::walkGroupByClause() | This method will be removed in 3.0. |
393 | TreeWalkerChain::walkGroupByItem() | This method will be removed in 3.0. |
426 | TreeWalkerChain::walkDeleteClause() | This method will be removed in 3.0. |
445 | TreeWalkerChain::walkUpdateClause() | This method will be removed in 3.0. |
464 | TreeWalkerChain::walkUpdateItem() | This method will be removed in 3.0. |
483 | TreeWalkerChain::walkWhereClause() | This method will be removed in 3.0. |
502 | TreeWalkerChain::walkConditionalExpression() | This method will be removed in 3.0. |
521 | TreeWalkerChain::walkConditionalTerm() | This method will be removed in 3.0. |
540 | TreeWalkerChain::walkConditionalFactor() | This method will be removed in 3.0. |
559 | TreeWalkerChain::walkConditionalPrimary() | This method will be removed in 3.0. |
578 | TreeWalkerChain::walkExistsExpression() | This method will be removed in 3.0. |
597 | TreeWalkerChain::walkCollectionMemberExpression() | This method will be removed in 3.0. |
616 | TreeWalkerChain::walkEmptyCollectionComparisonExpression() | This method will be removed in 3.0. |
635 | TreeWalkerChain::walkNullComparisonExpression() | This method will be removed in 3.0. |
654 | TreeWalkerChain::walkInExpression() | This method will be removed in 3.0. |
673 | TreeWalkerChain::walkInstanceOfExpression() | This method will be removed in 3.0. |
692 | TreeWalkerChain::walkLiteral() | This method will be removed in 3.0. |
711 | TreeWalkerChain::walkBetweenExpression() | This method will be removed in 3.0. |
730 | TreeWalkerChain::walkLikeExpression() | This method will be removed in 3.0. |
749 | TreeWalkerChain::walkStateFieldPathExpression() | This method will be removed in 3.0. |
768 | TreeWalkerChain::walkComparisonExpression() | This method will be removed in 3.0. |
787 | TreeWalkerChain::walkInputParameter() | This method will be removed in 3.0. |
806 | TreeWalkerChain::walkArithmeticExpression() | This method will be removed in 3.0. |
825 | TreeWalkerChain::walkArithmeticTerm() | This method will be removed in 3.0. |
844 | TreeWalkerChain::walkStringPrimary() | This method will be removed in 3.0. |
863 | TreeWalkerChain::walkArithmeticFactor() | This method will be removed in 3.0. |
882 | TreeWalkerChain::walkSimpleArithmeticExpression() | This method will be removed in 3.0. |
901 | TreeWalkerChain::walkPathExpression() | This method will be removed in 3.0. |
920 | TreeWalkerChain::walkResultVariable() | This method will be removed in 3.0. |
939 | TreeWalkerChain::getExecutor() | This method will be removed in 3.0. |
TreeWalkerChainIterator.php
Line | Element | Reason |
---|---|---|
23 | TreeWalkerChainIterator | This class will be removed in 3.0 without replacement. |
Query.php
Line | Element | Reason |
---|---|---|
475 | Query::setQueryCacheDriver() | Call setQueryCache() instead. |
523 | Query::getQueryCacheDriver() | |
730 | Query::iterate() |
QueryBuilder.php
Line | Element | Reason |
---|---|---|
287 | QueryBuilder::getType() | If necessary, track the type of the query being built outside of the builder. |
317 | QueryBuilder::getState() | The builder state is an internal concern. |
448 | QueryBuilder::getRootAlias() | Please use $qb->getRootAliases() instead. |
43 | QueryBuilder::SELECT | |
46 | QueryBuilder::DELETE | |
49 | QueryBuilder::UPDATE | |
52 | QueryBuilder::STATE_DIRTY | |
55 | QueryBuilder::STATE_CLEAN |
ConvertDoctrine1SchemaCommand.php
Line | Element | Reason |
---|---|---|
35 | ConvertDoctrine1SchemaCommand | This class is being removed from the ORM and won't have any replacement |
ConvertMappingCommand.php
Line | Element | Reason |
---|---|---|
38 | ConvertMappingCommand | This class is being removed from the ORM and won't have any replacement |
EnsureProductionSettingsCommand.php
Line | Element | Reason |
---|---|---|
20 | EnsureProductionSettingsCommand |
GenerateEntitiesCommand.php
Line | Element | Reason |
---|---|---|
29 | GenerateEntitiesCommand | This class is being removed from the ORM and won't have any replacement |
GenerateRepositoriesCommand.php
Line | Element | Reason |
---|---|---|
28 | GenerateRepositoriesCommand | This class is being removed from the ORM and won't have any replacement |
ConsoleRunner.php
Line | Element | Reason |
---|---|---|
31 | ConsoleRunner::createHelperSet() | This method will be removed in ORM 3.0 without replacement. |
126 | ConsoleRunner::printCliConfigTemplate() | This method will be removed in ORM 3.0 without replacement. |
HelperSetManagerProvider.php
Line | Element | Reason |
---|---|---|
16 | HelperSetManagerProvider | This class will be removed in ORM 3.0 without replacement. |
EntityManagerHelper.php
Line | Element | Reason |
---|---|---|
16 | EntityManagerHelper | This class will be removed in ORM 3.0 without replacement. |
ConvertDoctrine1Schema.php
Line | Element | Reason |
---|---|---|
32 | ConvertDoctrine1Schema | This class is being removed from the ORM and won't have any replacement |
DisconnectedClassMetadataFactory.php
Line | Element | Reason |
---|---|---|
20 | DisconnectedClassMetadataFactory | This class is being removed from the ORM and will be removed in 3.0. |
EntityGenerator.php
Line | Element | Reason |
---|---|---|
92 | EntityGenerator | This class is being removed from the ORM and won't have any replacement |
EntityRepositoryGenerator.php
Line | Element | Reason |
---|---|---|
32 | EntityRepositoryGenerator | This class is being removed from the ORM and won't have any replacement |
ClassMetadataExporter.php
Line | Element | Reason |
---|---|---|
17 | ClassMetadataExporter | This class is being removed from the ORM and won't have any replacement |
AbstractExporter.php
Line | Element | Reason |
---|---|---|
28 | AbstractExporter | This class is being removed from the ORM and won't have any replacement |
AnnotationExporter.php
Line | Element | Reason |
---|---|---|
20 | AnnotationExporter | This class is being removed from the ORM and won't have any replacement |
PhpExporter.php
Line | Element | Reason |
---|---|---|
27 | PhpExporter | This class is being removed from the ORM and won't have any replacement |
XmlExporter.php
Line | Element | Reason |
---|---|---|
25 | XmlExporter | This class is being removed from the ORM and won't have any replacement |
YamlExporter.php
Line | Element | Reason |
---|---|---|
20 | YamlExporter | This class is being removed from the ORM and won't have any replacement |
ExportException.php
Line | Element | Reason |
---|---|---|
12 | ExportException | This class is being removed from the ORM and won't have any replacement |
Setup.php
Line | Element | Reason |
---|---|---|
43 | Setup | Use ORMSetup instead. |
55 | Setup::registerAutoloadDirectory() | Use Composer's autoloader instead. |
161 | Setup::createYAMLMetadataConfiguration() | YAML metadata mapping is deprecated and will be removed in 3.0 |
UnitOfWork.php
Line | Element | Reason |
---|---|---|
1985 | UnitOfWork::merge() | This method is being removed from the ORM and won't have any replacement |
Version.php
Line | Element | Reason |
---|---|---|
18 | Version | This class is being removed from the ORM and won't have any replacement |
RuntimePublicReflectionProperty.php
Line | Element | Reason |
---|---|---|
16 | RuntimePublicReflectionProperty | since version 3.1, use RuntimeReflectionProperty instead. |
TypedNoDefaultRuntimePublicReflectionProperty.php
Line | Element | Reason |
---|---|---|
12 | TypedNoDefaultRuntimePublicReflectionProperty | since version 3.1, use TypedNoDefaultReflectionProperty instead. |
MainMenuDto.php
Line | Element | Reason |
---|---|---|
31 | MainMenuDto::isSelected() | Don't use this method; the selected menu item is now detected automatically using the Request data instead of having to deal with menuIndex/submenuIndex query params |
39 | MainMenuDto::isExpanded() | Don't use this method; the expanded menu item is now detected automatically using the Request data instead of having to deal with menuIndex/submenuIndex query params |
MenuItemDto.php
Line | Element | Reason |
---|---|---|
51 | MenuItemDto::getIndex() | This was used in the past to get the selected menu item Now the active menu item is detected automatically via the Request data |
59 | MenuItemDto::setIndex() | This was used in the past to set the selected menu item Now the active menu item is detected automatically via the Request data |
67 | MenuItemDto::getSubIndex() | This was used in the past to get the selected menu subitem Now the active menu item is detected automatically via the Request data |
75 | MenuItemDto::setSubIndex() | This was used in the past to set the selected menu subitem Now the active menu item is detected automatically via the Request data |
AssociationField.php
Line | Element | Reason |
---|---|---|
19 | AssociationField::OPTION_CRUD_CONTROLLER | since easycorp/easyadmin-bundle 4.4.3 use AssociationField::OPTION_EMBEDDED_CRUD_FORM_CONTROLLER |
FileNotWritableException.php
Line | Element | Reason |
---|---|---|
21 | FileNotWritableException::fromInvalidMoveOperation() | |
34 | FileNotWritableException::fromNotWritableDirectory() |
RemoteObjectException.php
Line | Element | Reason |
---|---|---|
14 | RemoteObjectException | this exception is not in use anymore, and should not be relied upon |
FallbackValueHolderInterface.php
Line | Element | Reason |
---|---|---|
12 | FallbackValueHolderInterface | this interface is not in use anymore, and should not be relied upon |
SmartReferenceInterface.php
Line | Element | Reason |
---|---|---|
12 | SmartReferenceInterface | this interface is not in use anymore, and should not be relied upon |
Properties.php
Line | Element | Reason |
---|---|---|
102 | Properties::onlyPropertiesThatCanBeUnset() | Since PHP 7.4.1, all properties can be unset, regardless if typed or not |
AuthorTag.php
Line | Element | Reason |
---|---|---|
37 | AuthorTag::fromReflection() | Deprecated in 2.3. Use TagManager::createTagFromReflection() instead |
LicenseTag.php
Line | Element | Reason |
---|---|---|
37 | LicenseTag::fromReflection() | Deprecated in 2.3. Use TagManager::createTagFromReflection() instead |
ParamTag.php
Line | Element | Reason |
---|---|---|
34 | ParamTag::fromReflection() | Deprecated in 2.3. Use TagManager::createTagFromReflection() instead |
73 | ParamTag::setDatatype() | Deprecated in 2.3. Use setTypes() instead |
83 | ParamTag::getDatatype() | Deprecated in 2.3. Use getTypes() or getTypesAsString() instead |
94 | ParamTag::setParamName() | Deprecated in 2.3. Use setVariableName() instead |
104 | ParamTag::getParamName() | Deprecated in 2.3. Use getVariableName() instead |
ReturnTag.php
Line | Element | Reason |
---|---|---|
15 | ReturnTag::fromReflection() | Deprecated in 2.3. Use TagManager::createTagFromReflection() instead |
36 | ReturnTag::setDatatype() | Deprecated in 2.3. Use setTypes() instead |
46 | ReturnTag::getDatatype() | Deprecated in 2.3. Use getTypes() or getTypesAsString() instead |
Tag.php
Line | Element | Reason |
---|---|---|
11 | Tag | Deprecated in 2.3. Use GenericTag instead |
18 | Tag::fromReflection() | Deprecated in 2.3. Use TagManager::createTagFromReflection() instead |
31 | Tag::setDescription() | Deprecated in 2.3. Use GenericTag::setContent() instead |
41 | Tag::getDescription() | Deprecated in 2.3. Use GenericTag::getContent() instead |
MethodTag.php
Line | Element | Reason |
---|---|---|
75 | MethodTag::getReturnType() | use getTypes instead |
ParamTag.php
Line | Element | Reason |
---|---|---|
63 | ParamTag::getType() | use getTypes instead |
PropertyTag.php
Line | Element | Reason |
---|---|---|
61 | PropertyTag::getType() | use getTypes instead |
ReturnTag.php
Line | Element | Reason |
---|---|---|
49 | ReturnTag::getType() | use getTypes instead |
ThrowsTag.php
Line | Element | Reason |
---|---|---|
51 | ThrowsTag::getType() | use getTypes instead |
ElasticaFormatter.php
Line | Element | Reason |
---|---|---|
66 | ElasticaFormatter::getType() | since Elastica 7 type has no effect |
FlowdockFormatter.php
Line | Element | Reason |
---|---|---|
20 | FlowdockFormatter | Since 2.9.0 and 3.3.0, Flowdock was shutdown we will thus drop this handler in Monolog 4 |
CubeHandler.php
Line | Element | Reason |
---|---|---|
24 | CubeHandler | Since 2.8.0 and 3.2.0, Cube appears abandoned and thus we will drop this handler in Monolog 4 |
FlowdockHandler.php
Line | Element | Reason |
---|---|---|
33 | FlowdockHandler | Since 2.9.0 and 3.3.0, Flowdock was shutdown we will thus drop this handler in Monolog 4 |
PHPConsoleHandler.php
Line | Element | Reason |
---|---|---|
44 | PHPConsoleHandler | Since 2.8.0 and 3.2.0, PHPConsole is abandoned and thus we will drop this handler in Monolog 4 |
SwiftMailerHandler.php
Line | Element | Reason |
---|---|---|
29 | SwiftMailerHandler | Since Monolog 2.6. Use SymfonyMailerHandler instead. |
DateIntervalFilter.php
Line | Element | Reason |
---|---|---|
13 | DateIntervalFilter | Will be removed in 2.0. This filter will no longer be necessary in PHP 7.1+. |
SplDoublyLinkedList.php
Line | Element | Reason |
---|---|---|
8 | SplDoublyLinkedList | Use SplDoublyLinkedListFilter instead. |
Param.php
Line | Element | Reason |
---|---|---|
74 | Param::setTypeHint() | Use setType() instead |
Comment.php
Line | Element | Reason |
---|---|---|
107 | Comment::getLine() | Use getStartLine() instead |
118 | Comment::getFilePos() | Use getStartFilePos() instead |
129 | Comment::getTokenPos() | Use getStartTokenPos() instead |
StaticMethod.php
Line | Element | Reason |
---|---|---|
19 | StaticMethod | This contract is totally covered by Tag contract. Every class using StaticMethod also use Tag |
Functions.php
Line | Element | Reason |
---|---|---|
779 | assertNotIsReadable() | https://github.com/sebastianbergmann/phpunit/issues/4062 |
834 | assertNotIsWritable() | https://github.com/sebastianbergmann/phpunit/issues/4065 |
889 | assertDirectoryNotExists() | https://github.com/sebastianbergmann/phpunit/issues/4068 |
944 | assertDirectoryNotIsReadable() | https://github.com/sebastianbergmann/phpunit/issues/4071 |
999 | assertDirectoryNotIsWritable() | https://github.com/sebastianbergmann/phpunit/issues/4074 |
1054 | assertFileNotExists() | https://github.com/sebastianbergmann/phpunit/issues/4077 |
1109 | assertFileNotIsReadable() | https://github.com/sebastianbergmann/phpunit/issues/4080 |
1164 | assertFileNotIsWritable() | https://github.com/sebastianbergmann/phpunit/issues/4083 |
2027 | assertRegExp() | https://github.com/sebastianbergmann/phpunit/issues/4086 |
2065 | assertNotRegExp() | https://github.com/sebastianbergmann/phpunit/issues/4089 |
2448 | assertEqualXMLStructure() | https://github.com/sebastianbergmann/phpunit/issues/4091 |
Assert.php
Line | Element | Reason |
---|---|---|
779 | Assert::assertNotIsReadable() | https://github.com/sebastianbergmann/phpunit/issues/4062 |
818 | Assert::assertNotIsWritable() | https://github.com/sebastianbergmann/phpunit/issues/4065 |
857 | Assert::assertDirectoryNotExists() | https://github.com/sebastianbergmann/phpunit/issues/4068 |
898 | Assert::assertDirectoryNotIsReadable() | https://github.com/sebastianbergmann/phpunit/issues/4071 |
940 | Assert::assertDirectoryNotIsWritable() | https://github.com/sebastianbergmann/phpunit/issues/4074 |
980 | Assert::assertFileNotExists() | https://github.com/sebastianbergmann/phpunit/issues/4077 |
1021 | Assert::assertFileNotIsReadable() | https://github.com/sebastianbergmann/phpunit/issues/4080 |
1063 | Assert::assertFileNotIsWritable() | https://github.com/sebastianbergmann/phpunit/issues/4083 |
1191 | Assert::assertClassHasAttribute() | https://github.com/sebastianbergmann/phpunit/issues/4601 |
1215 | Assert::assertClassNotHasAttribute() | https://github.com/sebastianbergmann/phpunit/issues/4601 |
1245 | Assert::assertClassHasStaticAttribute() | https://github.com/sebastianbergmann/phpunit/issues/4601 |
1273 | Assert::assertClassNotHasStaticAttribute() | https://github.com/sebastianbergmann/phpunit/issues/4601 |
1305 | Assert::assertObjectHasAttribute() | https://github.com/sebastianbergmann/phpunit/issues/4601 |
1335 | Assert::assertObjectNotHasAttribute() | https://github.com/sebastianbergmann/phpunit/issues/4601 |
1885 | Assert::assertRegExp() | https://github.com/sebastianbergmann/phpunit/issues/4086 |
1919 | Assert::assertNotRegExp() | https://github.com/sebastianbergmann/phpunit/issues/4089 |
2328 | Assert::assertEqualXMLStructure() | https://github.com/sebastianbergmann/phpunit/issues/4091 |
2731 | Assert::classHasAttribute() | https://github.com/sebastianbergmann/phpunit/issues/4601 |
2741 | Assert::classHasStaticAttribute() | https://github.com/sebastianbergmann/phpunit/issues/4601 |
2751 | Assert::objectHasAttribute() | https://github.com/sebastianbergmann/phpunit/issues/4601 |
ClassHasAttribute.php
Line | Element | Reason |
---|---|---|
24 | ClassHasAttribute | https://github.com/sebastianbergmann/phpunit/issues/4601 |
ClassHasStaticAttribute.php
Line | Element | Reason |
---|---|---|
22 | ClassHasStaticAttribute | https://github.com/sebastianbergmann/phpunit/issues/4601 |
ObjectHasAttribute.php
Line | Element | Reason |
---|---|---|
19 | ObjectHasAttribute | https://github.com/sebastianbergmann/phpunit/issues/4601 |
InvocationMocker.php
Line | Element | Reason |
---|---|---|
200 | InvocationMocker::withConsecutive() |
MockBuilder.php
Line | Element | Reason |
---|---|---|
210 | MockBuilder::setMethods() | https://github.com/sebastianbergmann/phpunit/pull/3687 |
311 | MockBuilder::setMethodsExcept() | https://github.com/sebastianbergmann/phpunit/pull/3687 |
TestCase.php
Line | Element | Reason |
---|---|---|
423 | TestCase::at() | https://github.com/sebastianbergmann/phpunit/issues/4297 |
664 | TestCase::expectDeprecation() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
674 | TestCase::expectDeprecationMessage() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
684 | TestCase::expectDeprecationMessageMatches() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
694 | TestCase::expectNotice() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
704 | TestCase::expectNoticeMessage() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
714 | TestCase::expectNoticeMessageMatches() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
724 | TestCase::expectWarning() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
734 | TestCase::expectWarningMessage() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
744 | TestCase::expectWarningMessageMatches() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
754 | TestCase::expectError() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
764 | TestCase::expectErrorMessage() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
774 | TestCase::expectErrorMessageMatches() | https://github.com/sebastianbergmann/phpunit/issues/5062 |
1891 | TestCase::getMockClass() | |
2040 | TestCase::prophesize() | https://github.com/sebastianbergmann/phpunit/issues/4141 |
139 | TestCase::$backupGlobalsBlacklist | Use $backupGlobalsExcludeList instead |
156 | TestCase::$backupStaticAttributesBlacklist | Use $backupStaticAttributesExcludeList instead |
TestListener.php
Line | Element | Reason |
---|---|---|
24 | TestListener |
TestListenerDefaultImplementation.php
Line | Element | Reason |
---|---|---|
19 | TestListenerDefaultImplementation | The |
TestSuiteLoader.php
Line | Element | Reason |
---|---|---|
19 | TestSuiteLoader | see https://github.com/sebastianbergmann/phpunit/issues/4039 |
Command.php
Line | Element | Reason |
---|---|---|
425 | Command::handleLoader() | see https://github.com/sebastianbergmann/phpunit/issues/4039 |
Blacklist.php
Line | Element | Reason |
---|---|---|
17 | Blacklist | Use ExcludeList instead |
DoubleComparator.php
Line | Element | Reason |
---|---|---|
20 | DoubleComparator | since v3.0.5 and v4.0.8 |
HttpKernelInterface.php
Line | Element | Reason |
---|---|---|
31 | HttpKernelInterface::MASTER_REQUEST | since symfony/http-kernel 5.3, use MAIN_REQUEST instead. To ease the migration, this constant won't be removed until Symfony 7.0. |
MakerExtension.php
Line | Element | Reason |
---|---|---|
32 | MakerExtension::TEST_MAKER_DEPRECATION_MESSAGE | remove this block when removing make:unit-test and make:functional-test |
Generator.php
Line | Element | Reason |
---|---|---|
241 | Generator::getControllerBaseClass() | MakerBundle only supports AbstractController::class. This method will be removed in the future. |
MakeFunctionalTest.php
Line | Element | Reason |
---|---|---|
37 | MakeFunctionalTest | since MakerBundle 1.29, use Symfony\Bundle\MakerBundle\Maker\MakeTest instead. |
MakeTest.php
Line | Element | Reason |
---|---|---|
62 | MakeTest::getCommandAliases() | remove this method when removing make:unit-test and make:functional-test |
214 | MakeTest::handleDeprecatedMakerCommands() |
MakeUnitTest.php
Line | Element | Reason |
---|---|---|
32 | MakeUnitTest | since MakerBundle 1.29, use Symfony\Bundle\MakerBundle\Maker\MakeTest instead. |
DebugHandlerPass.php
Line | Element | Reason |
---|---|---|
28 | DebugHandlerPass | since version 2.12, to be removed in 4.0. Use AddDebugLogProcessorPass in FrameworkBundle instead. |
Normalizer.php
Line | Element | Reason |
---|---|---|
8 | Normalizer::NONE | since ICU 56 and removed in PHP 8 |
StimulusActionsDto.php
Line | Element | Reason |
---|---|---|
17 | StimulusActionsDto | since 1.17.0 - install symfony/stimulus-bundle instead. |
StimulusControllersDto.php
Line | Element | Reason |
---|---|---|
17 | StimulusControllersDto | since 1.17.0 - install symfony/stimulus-bundle instead. |
StimulusTargetsDto.php
Line | Element | Reason |
---|---|---|
17 | StimulusTargetsDto | since 1.17.0 - install symfony/stimulus-bundle instead. |
StimulusTwigExtension.php
Line | Element | Reason |
---|---|---|
23 | StimulusTwigExtension | since 1.17.0 - install symfony/stimulus-bundle instead. |
Assert.php
Line | Element | Reason |
---|---|---|
319 | Assert::isTraversable() | use "isIterable" or "isInstanceOf" instead |
Mixin.php
Line | Element | Reason |
---|---|---|
816 | Mixin::nullOrIsTraversable() | use "isIterable" or "isInstanceOf" instead |
834 | Mixin::allIsTraversable() | use "isIterable" or "isInstanceOf" instead |
856 | Mixin::allNullOrIsTraversable() | use "isIterable" or "isInstanceOf" instead |