aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Storage.php
diff options
context:
space:
mode:
authorbbx-github <53237674+bbx-github@users.noreply.github.com>2023-01-03 18:31:05 +0100
committerGitHub <noreply@github.com>2023-01-03 18:31:05 +0100
commit08f9d71449b3e0edf336589d149b600ff86d4772 (patch)
tree074c16410bf3db46bdb2cdb1201b62c0cd37ea54 /lib/public/Files/Storage.php
parent06da8adcd309952b7b83ebfaa88c7259a41cd2ed (diff)
downloadnextcloud-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.php2
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