-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[WCM] Document new min_depth configuration option #8185
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
xabbuh
merged 1 commit into
symfony:3.4
from
james-johnston-thumbtack:DebugBundle-setMinDepth
Aug 1, 2017
Merged
[WCM] Document new min_depth configuration option #8185
xabbuh
merged 1 commit into
symfony:3.4
from
james-johnston-thumbtack:DebugBundle-setMinDepth
Aug 1, 2017
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a22c5ad
to
c6d9e67
Compare
nicolas-grekas
added a commit
to symfony/symfony
that referenced
this pull request
Jul 19, 2017
…johnston-thumbtack) This PR was merged into the 3.4 branch. Discussion ---------- [DebugBundle] Added min_depth to Configuration This enables calling the recently-added `setMinDepth` function on `VarCloner`. | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | symfony/symfony-docs#8185 Commits ------- 30cd70d [DebugBundle] Added min_depth to Configuration
HeahDude
approved these changes
Jul 29, 2017
Thank you @james-johnston-thumbtack. |
xabbuh
added a commit
that referenced
this pull request
Aug 1, 2017
…johnston-thumbtack) This PR was merged into the 3.4 branch. Discussion ---------- [WCM] Document new min_depth configuration option Documentation for new `min_depth` configuration option in DebugBundle. (This configuration option is pending code review/merge.) Commits ------- c6d9e67 Document new min_depth configuration option
xabbuh
added a commit
that referenced
this pull request
Aug 1, 2017
* 3.4: (32 commits) [#8185] minor reword [#8211] minor reword Reword Update language.rst Mention lazy loading for Doctrine event listeners Documented the WebProfilerBundle configuration Added a note about the new behavior of BrowserKit and redirects Fixed usage of default configuration in PHP Some typos Add pipe to dump command Update event_dispatcher.rst Typo fixed in a doctrine docs [#8245] link text directly Link to '"creating a reproducer" in "reporting a bug" Removed an extra line Updated xml config applying comment from @wouterj [Form] [RepeatedType] Update "type" default value Adds a missing semicolon Added missing "," in encore/legacy-apps doc ...
@james-johnston-thumbtack Thanks for the heads up. This is now fixed in d410c46. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Documentation for new
min_depth
configuration option in DebugBundle. (This configuration option is pending code review/merge.)