Skip to content

[FrameworkBundle] The config:dump-reference command shows the list of bundles with the table helper #8487

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

Closed
wants to merge 1 commit into from

Conversation

saro0h
Copy link
Contributor

@saro0h saro0h commented Jul 13, 2013

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no

@lyrixx
Copy link
Member

lyrixx commented Jul 13, 2013

Related to #8292 and #8451

@@ -66,10 +66,14 @@ protected function execute(InputInterface $input, OutputInterface $output)

if (empty($name)) {
$output->writeln('Available registered bundles with their extension alias if available:');

$table = $this->getHelperSet()->get('table');
$table->setHeaders(array('Bundle name','Extension alias'));
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing space before the comma.

@fabpot fabpot closed this Oct 1, 2013
fabpot added a commit that referenced this pull request Oct 1, 2013
… the list of bundles with the table helper (saro0h)

This PR was merged into the master branch.

Discussion
----------

[FrameworkBundle] The config:dump-reference command shows the list of bundles with the table helper

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no

Commits
-------

31c6c62 [FrameworkBundle] The config:dump-reference command shows the list of bundles with the table helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants