mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #20] [CLOSED] Fix command #7600
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/20
Author: @stof
Created: 11/27/2010
Status: ❌ Closed
Base:
master← Head:fix_command📝 Commits (1)
1ef778fFixed InputOption in commands📊 Changes
11 files changed (+31 additions, -31 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php(+4 -4)📝
lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php(+3 -3)📝
lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php(+3 -3)📝
lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php(+1 -1)📝
lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php(+7 -7)📝
lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php(+1 -1)📝
lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php(+1 -1)📝
lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php(+4 -4)📝
lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php(+1 -1)📝
lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php(+3 -3)📝
lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php(+3 -3)📄 Description
This applies the renaming PARAMETER_* -> VALUE_* for options
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.