Skip to content

Fixed console command example #503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 5, 2011

Conversation

gbirke
Copy link
Contributor

@gbirke gbirke commented Jul 3, 2011

Namespace for Command is Symfony\Component\Console\Command
instead of Symfony\Bundle\FrameworkBundle\Command.

Gabriel Birke added 3 commits July 3, 2011 10:13
Namespace for Command is Symfony\Component\Console\Command
instead of Symfony\Bundle\FrameworkBundle\Command.
By using ``Symfony\Bundle\FrameworkBundle\Command\Command`` as the base class
for the command (instead of the more basic
By using ``Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand`` as
the base class for the command (instead of the more basic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the :class: syntax (creating a link to the API doc) can now be used as the short class names are different

weaverryan added a commit that referenced this pull request Jul 5, 2011
@weaverryan weaverryan merged commit 6bbf459 into symfony:master Jul 5, 2011
@weaverryan
Copy link
Member

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants