From 08f9d71449b3e0edf336589d149b600ff86d4772 Mon Sep 17 00:00:00 2001 From: bbx-github <53237674+bbx-github@users.noreply.github.com> Date: Tue, 3 Jan 2023 18:31:05 +0100 Subject: [PATCH] fix link to documentation of php function Signed-off-by: bbx-github <53237674+bbx-github@users.noreply.github.com> --- lib/public/Files/Storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Files/Storage.php b/lib/public/Files/Storage.php index 6f5a2f53673..f3812396c5b 100644 --- a/lib/public/Files/Storage.php +++ b/lib/public/Files/Storage.php @@ -293,7 +293,7 @@ interface Storage extends IStorage { public function hash($type, $path, $raw = false); /** - * see https://www.php.net/manual/en/function.free_space.php + * see https://www.php.net/manual/en/function.disk-free-space.php * * @param string $path * @return int|bool -- 2.39.5