Skip to content

Commit

Permalink
[doctrineGH-4503] Mark OracleSchemaManager methods internal
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Apr 3, 2021
1 parent b2befb0 commit 36c6ca6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Expand Up @@ -16,6 +16,10 @@ Use `AbstractSchemaManager::listSchemaNames()` instead.

`PostgreSQLSchemaManager::getExistingSchemaSearchPaths()` and `::determineExistingSchemaSearchPaths()` have been marked internal.

## `OracleSchemaManager` methods marked internal.

`OracleSchemaManager::dropAutoincrement()` has been marked internal.

## Deprecated `AbstractPlatform::getReservedKeywordsClass()`

Instead of implementing `getReservedKeywordsClass()`, `AbstractPlatform` subclasses should implement
Expand Down
2 changes: 2 additions & 0 deletions src/Schema/OracleSchemaManager.php
Expand Up @@ -264,6 +264,8 @@ public function createDatabase($database)
}

/**
* @internal The method should be only used from within the OracleSchemaManager class hierarchy.
*
* @param string $table
*
* @return bool
Expand Down

0 comments on commit 36c6ca6

Please sign in to comment.