Merge pull request #35969 from bbx-github/patch-1

fix link to documentation of php function
This commit is contained in:
Simon L 2023-01-03 20:32:49 +01:00 committed by GitHub
commit b37a4950e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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