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 03:02:24 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 03:02:24 +0400
commitb40e4d1da3296b05e5aa1abe64ee12548023da77 (patch)
tree74152033cf00301e04c640cf1ac9fe036bf31f19 /core/ScheduledTask.php
parent9b12e776ce827fd552c40a0e7ec3d12e98e2f552 (diff)
converted some links to use @link
Diffstat (limited to 'core/ScheduledTask.php')
-rw-r--r--core/ScheduledTask.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/ScheduledTask.php b/core/ScheduledTask.php
index dbe36f79ac..1bebdfa37e 100644
--- a/core/ScheduledTask.php
+++ b/core/ScheduledTask.php
@@ -18,7 +18,7 @@ use Piwik\ScheduledTime;
* Contains metadata describing a chunk of PHP code that should be executed at regular
* intervals.
*
- * See the [TaskScheduler](#) docs to learn more about scheduled tasks.
+ * See the {@link TaskScheduler} docs to learn more about scheduled tasks.
*
* @package Piwik
* @subpackage ScheduledTask
@@ -78,7 +78,7 @@ class ScheduledTask
* executed.
* @param mixed|null $methodParameter An optional parameter to pass to the method when executed.
* Must be convertible to string.
- * @param ScheduledTime|null $scheduledTime A [ScheduledTime](#) instance that describes when the method
+ * @param ScheduledTime|null $scheduledTime A {@link ScheduledTime} instance that describes when the method
* should be executed and how long before the next execution.
* @param int $priority The priority of the task. Tasks with a higher priority will be executed first.
* Tasks with low priority will be executed last.
@@ -153,7 +153,7 @@ class ScheduledTask
}
/**
- * Returns a [ScheduledTime](#) instance that describes when the method should be executed
+ * Returns a {@link ScheduledTime} instance that describes when the method should be executed
* and how long before the next execution.
*
* @return ScheduledTime