Skip to content
Snippets Groups Projects
Commit fb2ec1dc authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #17285 from Rechenzentrum-Universitaet-Augsburg/master

Changed broken links to php manual
parents 5caeda33 78e02045
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ interface Storage { ...@@ -87,7 +87,7 @@ interface Storage {
public function opendir($path); 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 * @param string $path
* @return bool * @return bool
...@@ -96,7 +96,7 @@ interface Storage { ...@@ -96,7 +96,7 @@ interface Storage {
public function is_dir($path); 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 * @param string $path
* @return bool * @return bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment