From 9cd5ad81ac4c89afe7079d85391a36ba272393c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sat, 26 Feb 2022 15:15:17 +0100 Subject: [PATCH] Fix invalid link to PHP documentation --- docs/api/response.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/response.md b/docs/api/response.md index df580e8..648ca95 100644 --- a/docs/api/response.md +++ b/docs/api/response.md @@ -496,7 +496,7 @@ int(42) > > As a rule of thumb, output buffering should only be used as a last resort and > directly working with `string` values is usually preferable. For instance, -> [`print_r()`](https://www.php.net/manual/en/function.print_r.php), +> [`print_r()`](https://www.php.net/manual/en/function.print-r.php), > [`var_export()`](https://www.php.net/manual/en/function.var-export.php) and > others accept optional boolean flags to return the value instead of printing > to the output buffer. In many other cases, PHP also provides alternative