8000 minor #17289 [VarDumper] Fix typo (nicolas-grekas) · symfony/symfony@5d18788 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 5d18788

Browse files
committed
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
2 parents 6cd79e9 + cb70360 commit 5d18788

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/VarDumper/Cloner

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Cloner/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function withMaxDepth($maxDepth)
5353
}
5454

5555
/**
56-
* Limits the numbers of elements per depth level.
56+
* Limits the number of elements per depth level.
5757
*
5858
* @param int $maxItemsPerDepth The max number of items dumped per depth level.
5959
*

0 commit comments

Comments
 (0)
0