Skip to content

Commit

Permalink
Merge remote-tracking branch 'olegbaturin/282-discover-all-nested-obj…
Browse files Browse the repository at this point in the history
…ects' into fork/olegbaturin/282-discover-all-nested-objects
  • Loading branch information
vjik committed Nov 23, 2024
2 parents 353a988 + 90170ba commit 823a056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function asJson(int $depth = 50, bool $format = false): string

/**
* Export variable as JSON summary of topmost items.
* Dumper go into the variable on full depth for search all objects.
* Dumper goes into the variable full depth to search all objects.
*
* @param int $depth Maximum depth that the dumper should print out arrays.
* @param bool $prettyPrint Whatever to format exported code.
Expand Down

0 comments on commit 823a056

Please sign in to comment.