Skip to content

Commit e2881d1

Browse files
committed
minor symfony#31339 Reword VarDumper description (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. ![Untitled](https://user-images.githubusercontent.com/657779/57011659-15ebfe00-6c03-11e9-9b85-5c00cfc15026.png) 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
2 parents cc480e4 + 6024e16 commit e2881d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/VarDumper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ VarDumper Component
22
===================
33

44
The VarDumper component provides mechanisms for walking through any arbitrary
5-
PHP variable. Built on top, it provides a better `dump()` function that you
6-
can use instead of `var_dump`.
5+
PHP variable. It provides a better `dump()` function that you can use instead
6+
of `var_dump`.
77

88
Resources
99
---------

0 commit comments

Comments
 (0)