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:
authormattab <matthieu.aubry@gmail.com>2015-04-01 01:18:05 +0300
committermattab <matthieu.aubry@gmail.com>2015-04-01 04:26:40 +0300
commit55f40d5a73ad1612d629ff7f639ff3ce99912568 (patch)
tree44a0736cd67665098f09bd0c35d97304bb89a7a4 /core/UrlHelper.php
parent12f9f4d02379565f8852f1951ca0c1ca4449b050 (diff)
Method isLookLikeUrl is public API
Diffstat (limited to 'core/UrlHelper.php')
-rw-r--r--core/UrlHelper.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/UrlHelper.php b/core/UrlHelper.php
index 78682acbfc..cf2eb468c8 100644
--- a/core/UrlHelper.php
+++ b/core/UrlHelper.php
@@ -101,6 +101,7 @@ class UrlHelper
* We don't need a precise test here because the value comes from the website
* tracked source code and the URLs may look very strange.
*
+ * @api
* @param string $url
* @return bool
*/