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/Notification.php
parent9b12e776ce827fd552c40a0e7ec3d12e98e2f552 (diff)
converted some links to use @link
Diffstat (limited to 'core/Notification.php')
-rw-r--r--core/Notification.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Notification.php b/core/Notification.php
index 83ad6fca70..1859aaac4e 100644
--- a/core/Notification.php
+++ b/core/Notification.php
@@ -124,14 +124,14 @@ class Notification
public $flags = self::FLAG_NO_CLEAR;
/**
- * The notification's display type. See `TYPE_*` constants in [this class](#).
+ * The notification's display type. See `TYPE_*` constants in {@link Notification}.
*
* @var string
*/
public $type = self::TYPE_TRANSIENT;
/**
- * The notification's context (message type). See `CONTEXT_*` constants in [this class](#).
+ * The notification's context (message type). See `CONTEXT_*` constants in {@link Notification}.
*
* A notification's context determines how it will be styled.
*
@@ -141,7 +141,7 @@ class Notification
/**
* The notification's priority. The higher the priority, the higher the order. See `PRIORITY_*`
- * constants in [this class](#) to see possible priority values.
+ * constants in {@link Notification} to see possible priority values.
*
* @var int
*/