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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-11-25 07:50:42 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-11-25 07:50:42 +0300
commit24258a241cf5e4f4cc7dfa58237c952eeb4e8a01 (patch)
tree06fb3c1f7144c992c949eebcb5deb316d314e19c /libs/Zend/Log/Formatter
parent15f49eae616280930e93a22e8921384bebd5cbad (diff)
sync up with ZendFramework 1.9.6 which fixes ZF-8046
Diffstat (limited to 'libs/Zend/Log/Formatter')
-rw-r--r--libs/Zend/Log/Formatter/Firebug.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/Zend/Log/Formatter/Firebug.php b/libs/Zend/Log/Formatter/Firebug.php
index 2d348d0c78..a5a672e04a 100644
--- a/libs/Zend/Log/Formatter/Firebug.php
+++ b/libs/Zend/Log/Formatter/Firebug.php
@@ -17,7 +17,7 @@
* @subpackage Formatter
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: Firebug.php 16971 2009-07-22 18:05:45Z mikaelkael $
+ * @version $Id: Firebug.php 18951 2009-11-12 16:26:19Z alexander $
*/
/** Zend_Log_Formatter_Interface */
@@ -34,8 +34,8 @@ class Zend_Log_Formatter_Firebug implements Zend_Log_Formatter_Interface
{
/**
* This method formats the event for the firebug writer.
- *
- * The default is to just send the message parameter, but through
+ *
+ * The default is to just send the message parameter, but through
* extension of this class and calling the
* {@see Zend_Log_Writer_Firebug::setFormatter()} method you can
* pass as much of the event data as you are interested in.