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 05:10:28 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 05:10:28 +0400
commita347ebc205ad31ef7cdfe00fa104788879779ea1 (patch)
tree947fb9c5319dad48f7fbd7afbfee6ae2c1dbc73c /core/ScheduledTask.php
parent685e25363a0bc5f4c9eb8d38dd24fee337b742da (diff)
refs #4244 converted more links
Diffstat (limited to 'core/ScheduledTask.php')
-rw-r--r--core/ScheduledTask.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ScheduledTask.php b/core/ScheduledTask.php
index 1bebdfa37e..705e606c76 100644
--- a/core/ScheduledTask.php
+++ b/core/ScheduledTask.php
@@ -73,7 +73,7 @@ class ScheduledTask
* Constructor.
*
* @param mixed $objectInstance The object or class name for the class that contains the method to
- * regularly execute. Usually this will be a [Plugin](#) instance.
+ * regularly execute. Usually this will be a {@link Plugin} instance.
* @param string $methodName The name of the method of `$objectInstance` that will be regularly
* executed.
* @param mixed|null $methodParameter An optional parameter to pass to the method when executed.
@@ -175,7 +175,7 @@ class ScheduledTask
/**
* Returns the task priority. The priority will be an integer whose value is
- * between [ScheduledTask::HIGH_PRIORITY](#) and [ScheduledTask::LOW_PRIORITY](#).
+ * between {@link HIGH_PRIORITY} and {@link LOW_PRIORITY}.
*
* @return int
*/