-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
@@ -53,6 +53,9 @@ It comes pre-configured with the following bundles: | |||
* [**SensioGeneratorBundle**][13] (in dev/test env) - Adds code generation | |||
capabilities | |||
|
|||
* **DebugBundle** (in dev/test env) - Adds debug and VardDumper component |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VarDumper
instead of VardDumper
😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry. Fixed in last commit
@@ -53,6 +53,9 @@ It comes pre-configured with the following bundles: | |||
* [**SensioGeneratorBundle**][13] (in dev/test env) - Adds code generation | |||
capabilities | |||
|
|||
* **DebugBundle** (in dev/test env) - Adds debug and VarDumper component |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the name of the Debug component should have a capital letter too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in the latest commit.
I have updated it according to comments. If there is anything else - please let me know. |
Thank you @edvinasme. |
This PR was squashed before being merged into the 2.6 branch (closes #824). Discussion ---------- [README] Add DebugBundle to the list | Q | A | ------------- | --- | Bug fix? | [no] | New feature? | [no] | BC breaks? | [no] | Deprecations? | [no] | Tests pass? | [yes] | Fixed tickets | | License | MIT | Doc PR | This commits mentions **DebugBundle** in the readme. I believe this should also be ported to 2.7, 2.8 and master branches. Have a nice weekend! Commits ------- b557e01 [README] Add DebugBundle to the list
This commits mentions DebugBundle in the readme. I believe this should also be ported to 2.7, 2.8 and master branches.
Have a nice weekend!