Skip to content

Commit b932173

Browse files
authored
Merge pull request #129 from clue-labs/docs
Fix invalid link to PHP documentation
2 parents c8a4cdf + 9cd5ad8 commit b932173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ int(42)
496496
>
497497
> As a rule of thumb, output buffering should only be used as a last resort and
498498
> directly working with `string` values is usually preferable. For instance,
499-
> [`print_r()`](https://www.php.net/manual/en/function.print_r.php),
499+
> [`print_r()`](https://www.php.net/manual/en/function.print-r.php),
500500
> [`var_export()`](https://www.php.net/manual/en/function.var-export.php) and
501501
> others accept optional boolean flags to return the value instead of printing
502502
> to the output buffer. In many other cases, PHP also provides alternative

0 commit comments

Comments
 (0)