-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Reword VarDumper description #31339
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
Reword VarDumper description #31339
Conversation
@@ -2,8 +2,8 @@ VarDumper Component | |||
=================== | |||
|
|||
The VarDumper component provides mechanisms for walking through any arbitrary | |||
PHP variable. Built on top, it provides a better `dump()` function that you | |||
can use instead of `var_dump`. | |||
PHP variable. It also provides a better `dump()` function that you can use |
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.
I think it would work better without "also".
Linking to Slack is like linking to an oral discussion: it will disappear from memories quite soon and won't allow others to get the arguments soon too. |
3413560
to
6c44f08
Compare
I changed the base. I assumed pedantic changes that are not bugfixes should go on master :P |
It was provided as a bonus, I replaced it with an anonymized screenshot. |
It is hard to understand what "Built on top" refers to, and even when knowing, the sentence looks weird.
6c44f08
to
6024e16
Compare
Thank you @greg0ire. |
This PR was merged into the 3.4 branch. Discussion ---------- Reword VarDumper description | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | n/a | License | MIT | Doc PR | n/a It is hard to understand what "Built on top" refers to, and even when knowing, the sentence looks weird.  The description of [the Github repository](https://github.com/symfony/var-dumper) has the same issue and should be changed. Commits ------- 6024e16 Reword VarDumper description
It is hard to understand what "Built on top" refers to, and even when

knowing, the sentence looks weird.
The description of the Github repository has the same issue and should be changed.