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-10-24 00:10:55 +0400
committersgiehl <stefan@piwik.org>2013-10-24 00:10:55 +0400
commit60c2e6e9724870714a0bb4b978a37a65efac3d3d (patch)
tree12cb5d58f511e6e2849e4bfe4535f05ec3907aac /core/Log.php
parentc70f21f0877ef1ae1df73637c200682f6b68fbd2 (diff)
fixed doc blocks
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Log.php b/core/Log.php
index 3c3d06eb89..40ac327f54 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -75,7 +75,7 @@ use Piwik\Db;
* Log::verbose("This log message uses %s params, but %s will only be called if the"
* . " configured log level includes %s.", "sprintf", "sprintf", "verbose");
*
- * @method \Piwik\Log getInstance()
+ * @method static \Piwik\Log getInstance()
*/
class Log extends Singleton
{