Skip to content

Commit

Permalink
fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbaturin committed Nov 16, 2024
1 parent 7ca1845 commit 90170ba
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.
* @param bool $prettyPrint Whatever to format exported code.
Expand Down

0 comments on commit 90170ba

Please sign in to comment.