Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed May 30, 2024
1 parent 79144c0 commit 3924f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FunctionData.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ functionName: (string) ($json->functionName ?? ""),

/**
* Returns a string representation of this object.
* @param bool $asDefinition Whether to return the function definition instead of its data.
* @param bool $asDefinition Value indicating whether to return the function definition instead of its data.
* @return string The string representation of this object.
*/
function toString(bool $asDefinition = false): string {
Expand Down

0 comments on commit 3924f54

Please sign in to comment.