diff options
author | bbx-github <53237674+bbx-github@users.noreply.github.com> | 2023-01-03 18:31:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 18:31:05 +0100 |
commit | 08f9d71449b3e0edf336589d149b600ff86d4772 (patch) | |
tree | 074c16410bf3db46bdb2cdb1201b62c0cd37ea54 /lib/public/Files/Storage.php | |
parent | 06da8adcd309952b7b83ebfaa88c7259a41cd2ed (diff) | |
download | nextcloud-server-08f9d71449b3e0edf336589d149b600ff86d4772.tar.gz nextcloud-server-08f9d71449b3e0edf336589d149b600ff86d4772.zip |
fix link to documentation of php function
Signed-off-by: bbx-github <53237674+bbx-github@users.noreply.github.com>
Diffstat (limited to 'lib/public/Files/Storage.php')
-rw-r--r-- | lib/public/Files/Storage.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |