minor #17289 [VarDumper] Fix typo (nicolas-grekas)

This PR was merged into the 2.7 branch.

Discussion
----------

[VarDumper] Fix typo

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

cb70360 [VarDumper] Fix typo
This commit is contained in:
Christophe Coevoet 2016-01-07 12:43:18 +01:00
commit 5d18788dfe

View File

@ -53,7 +53,7 @@ class Data
}
/**
* Limits the numbers of elements per depth level.
* Limits the number of elements per depth level.
*
* @param int $maxItemsPerDepth The max number of items dumped per depth level.
*