mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
Changed broken links to php manual
This commit is contained in:
parent
5caeda33f1
commit
78e02045c1
1 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ interface Storage {
|
|||
public function opendir($path);
|
||||
|
||||
/**
|
||||
* see http://php.net/manual/en/function.is_dir.php
|
||||
* see http://php.net/manual/en/function.is-dir.php
|
||||
*
|
||||
* @param string $path
|
||||
* @return bool
|
||||
|
|
@ -96,7 +96,7 @@ interface Storage {
|
|||
public function is_dir($path);
|
||||
|
||||
/**
|
||||
* see http://php.net/manual/en/function.is_file.php
|
||||
* see http://php.net/manual/en/function.is-file.php
|
||||
*
|
||||
* @param string $path
|
||||
* @return bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue