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
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment