DDC-467: Remove capitalization of first namespace character #583

Closed
opened 2026-01-22 12:43:21 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Mar 24, 2010).

Originally assigned to: @guilhermeblanco on GitHub.

Jira issue originally created by user @jwage:

The first character of the namespace is capitalized and probably should not be. It should just be exactly the string specified in the code.

$ ./doctrine 
Doctrine Command Line Interface

Available Tasks:

Core:help 
  Exposes helpful information about all available tasks.

Core:version 
  Displays the current installed Doctrine version.

Dbal:run-sql (--sql=<SQL> | --file=<PATH>) [--depth=<DEPTH>]
  Executes arbitrary SQL from a file or directly from the command line.
Originally created by @doctrinebot on GitHub (Mar 24, 2010). Originally assigned to: @guilhermeblanco on GitHub. Jira issue originally created by user @jwage: The first character of the namespace is capitalized and probably should not be. It should just be exactly the string specified in the code. ``` $ ./doctrine Doctrine Command Line Interface Available Tasks: Core:help Exposes helpful information about all available tasks. Core:version Displays the current installed Doctrine version. Dbal:run-sql (--sql=<SQL> | --file=<PATH>) [--depth=<DEPTH>] Executes arbitrary SQL from a file or directly from the command line. ```
admin closed this issue 2026-01-22 12:43:23 +01:00
Author
Owner

@doctrinebot commented on GitHub (Apr 10, 2010):

Comment created by @beberlei:

Solved with CLI Refactorings

@doctrinebot commented on GitHub (Apr 10, 2010): Comment created by @beberlei: Solved with CLI Refactorings
Author
Owner

@doctrinebot commented on GitHub (Apr 10, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Apr 10, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#583