[PR #20] [CLOSED] Fix command #7600

Open
opened 2026-01-22 15:55:58 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/20
Author: @stof
Created: 11/27/2010
Status: Closed

Base: masterHead: fix_command


📝 Commits (1)

  • 1ef778f Fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/20 **Author:** [@stof](https://github.com/stof) **Created:** 11/27/2010 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_command` --- ### 📝 Commits (1) - [`1ef778f`](https://github.com/doctrine/orm/commit/1ef778fb4694d4a8acaafbe8292c807d59ea1410) Fixed InputOption in commands ### 📊 Changes **11 files changed** (+31 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This applies the renaming PARAMETER_\* -> VALUE_\* for options --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:55:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#7600