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/Nonce.php
parent9b12e776ce827fd552c40a0e7ec3d12e98e2f552 (diff)
converted some links to use @link
Diffstat (limited to 'core/Nonce.php')
-rw-r--r--core/Nonce.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Nonce.php b/core/Nonce.php
index f05e8ab542..c877228a91 100644
--- a/core/Nonce.php
+++ b/core/Nonce.php
@@ -63,8 +63,8 @@ class Nonce
* A nonce is valid if it matches the current nonce and if the current nonce
* has not expired.
*
- * The request is valid if the referrer is a local URL (see [Url::isLocalUrl](#))
- * and if the HTTP origin is valid (see [getAcceptableOrigins](#getAcceptableOrigins)).
+ * The request is valid if the referrer is a local URL (see {@link Url::isLocalUrl()})
+ * and if the HTTP origin is valid (see {@link getAcceptableOrigins()}).
*
* @param string $id Unique id
* @param string $cnonce Nonce sent to client