mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #35969 from bbx-github/patch-1
fix link to documentation of php function
This commit is contained in:
commit
b37a4950e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue