diff options
author | Simon L <szaimen@e.mail.de> | 2023-01-03 20:32:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 20:32:49 +0100 |
commit | b37a4950e4b2c8cf79b59295a07d40e34afea423 (patch) | |
tree | 074c16410bf3db46bdb2cdb1201b62c0cd37ea54 /lib | |
parent | 06da8adcd309952b7b83ebfaa88c7259a41cd2ed (diff) | |
parent | 08f9d71449b3e0edf336589d149b600ff86d4772 (diff) | |
download | nextcloud-server-b37a4950e4b2c8cf79b59295a07d40e34afea423.tar.gz nextcloud-server-b37a4950e4b2c8cf79b59295a07d40e34afea423.zip |
Merge pull request #35969 from bbx-github/patch-1
fix link to documentation of php function
Diffstat (limited to 'lib')
-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 |