8000 renamed command · Olajide/symfony@4847d3a · GitHub
[go: up one dir, main page]

Skip to content

Commit 4847d3a

Browse files
committed
renamed command
1 parent e97af0b commit 4847d3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpCommand.php renamed to src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @author Kevin Bond <kevinbond@gmail.com>
2626
*/
27-
class ConfigDumpCommand extends ContainerDebugCommand
27+
class ConfigDumpReferenceCommand extends ContainerDebugCommand
2828
{
2929
protected $output;
3030

@@ -37,7 +37,7 @@ protected function configure()
3737
->setDefinition(array(
3838
new InputArgument('name', InputArgument::REQUIRED, 'The Bundle or extension alias')
3939
))
40-
->setName('config:dump')
40+
->setName('config:dump-reference')
4141
->setDescription('Dumps default configuration for an extension.')
4242
->setHelp(<<<EOF
4343
The <info>config:dump</info> command dumps the default configuration for an extension/bundle.
@@ -46,11 +46,11 @@ protected function configure()
4646
4747
Example:
4848
49-
<info>container:debug framework</info>
49+
<info>%command.name% framework</info>
5050
5151
or
5252
53-
<info>container:debug FrameworkBundle</info>
53+
<info>%command.name% FrameworkBundle</info>
5454
5555
EOF
5656
)

src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function getConfigTreeBuilder()
7272
->end()
7373
->end()
7474
;
75-
75+
7676
$this->addAclSection($rootNode);
7777
$this->addEncodersSection($rootNode);
7878
$this->addProvidersSection($rootNode);

0 commit comments

Comments
 (0)
0