8000 [FrameworkBundle] update debug commands references by xabbuh · Pull Request #13020 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle] update debug commands references #13020

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 2 commits into from
Dec 17, 2014
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[FrameworkBundle] update debug commands references
With #11627, both the `ContainerDebugCommand` name and the
`ConfigDebugCommand` name have been moved to the `debug` namespace.
Thus, references should be updated accordingly.
  • Loading branch information
xabbuh committed Dec 17, 2014
commit 584777102e1e81e09308d85633cbf639959c814b
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* Dumps the ContainerBuilder to a cache file so that it can be used by
* debugging tools such as the container:debug console command.
* debugging tools such as the debug:container console command.
*
* @author Ryan Weaver <ryan@thatsquality.com>
* @author Fabien Potencier <fabien@symfony.com>
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/FrameworkBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"symfony/finder": "For using the translation loader and cache warmer",
"symfony/form": "For using forms",
"symfony/validator": "For using validation",
"symfony/yaml": "For using the config:debug and yaml:lint commands",
"symfony/yaml": "For using the debug:config and yaml:lint commands",
"doctrine/cache": "For using alternative cache drivers"
},
"autoload": {
Expand Down
0