Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-12-03 07:06:29 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 07:06:29 +0400
commitf0fa7f115bfe7868243907579787efc9bb659358 (patch)
tree9b7e6b663cf1c0ee2b1f0ea6f064f953fb78b178 /core/Filesystem.php
parentee2936a03c196c45bfdaa6cf9e0d3beefd74cb12 (diff)
refs #4244 fix more links
Diffstat (limited to 'core/Filesystem.php')
-rw-r--r--core/Filesystem.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Filesystem.php b/core/Filesystem.php
index 3b32094bcf..40c4a3b6ab 100644
--- a/core/Filesystem.php
+++ b/core/Filesystem.php
@@ -170,11 +170,11 @@ class Filesystem
/**
* Recursively find pathnames that match a pattern.
- * See [glob](#http://php.net/manual/en/function.glob.php) for more info.
+ * See {@link #http://php.net/manual/en/function.glob.php glob} for more info.
*
* @param string $sDir directory The directory to glob in.
* @param string $sPattern pattern The pattern to match paths against.
- * @param int $nFlags `glob()` flags. See [http://php.net/manual/en/function.glob.php](#http://php.net/manual/en/function.glob.php).
+ * @param int $nFlags `glob()` flags. See {@link http://php.net/manual/en/function.glob.php}.
* @return array The list of paths that match the pattern.
* @api
*/