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/Option.php
parent61997f45e4c39360000e815c9e0853ae04e2f56f (diff)
fixed undefined classes in doc blocks
Diffstat (limited to 'core/Option.php')
-rw-r--r--core/Option.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Option.php b/core/Option.php
index 653363bfc1..dab41eac1e 100644
--- a/core/Option.php
+++ b/core/Option.php
@@ -61,7 +61,7 @@ class Option
* Returns the option value for the requested option $name, fetching from database, if not in cache.
*
* @param string $name Key
- * @return string|false Value or false, if not found
+ * @return string|bool Value or false, if not found
*/
public function get($name)
{