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:
authorsgiehl <stefan@piwik.org>2013-08-02 14:28:15 +0400
committersgiehl <stefan@piwik.org>2013-08-02 14:28:15 +0400
commit3b2afaac51c1cbb5b0689d457812056c12a9a18b (patch)
tree0d0ece02a36b551dd748dfa4bf707680eb7c840f /core/Nonce.php
parent61997f45e4c39360000e815c9e0853ae04e2f56f (diff)
fixed undefined classes in doc blocks
Diffstat (limited to 'core/Nonce.php')
-rw-r--r--core/Nonce.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Nonce.php b/core/Nonce.php
index 8f876b1890..d7606854f9 100644
--- a/core/Nonce.php
+++ b/core/Nonce.php
@@ -103,7 +103,7 @@ class Nonce
/**
* Get ORIGIN header, false if not found
*
- * @return string|false
+ * @return string|bool
*/
static public function getOrigin()
{