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:
authorrobocoder <anthon.pang@gmail.com>2011-10-01 06:07:55 +0400
committerrobocoder <anthon.pang@gmail.com>2011-10-01 06:07:55 +0400
commite91bf350904303eb6074880ee750933f51f7f0b3 (patch)
tree11f5700c13aea29eb265a978e864c749f37a3a0e /libs/Zend/Log
parent87f8b46c4b835e6b70798b1d350c504971016cc5 (diff)
fixes #2581 - minor update to ZF 1.11.11 "ALL ONES"
git-svn-id: http://dev.piwik.org/svn/trunk@5260 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/Zend/Log')
-rw-r--r--libs/Zend/Log/FactoryInterface.php2
-rw-r--r--libs/Zend/Log/Formatter/Abstract.php2
-rw-r--r--libs/Zend/Log/Formatter/Firebug.php2
-rw-r--r--libs/Zend/Log/Formatter/Simple.php2
-rw-r--r--libs/Zend/Log/Writer/Syslog.php2
5 files changed, 5 insertions, 5 deletions
diff --git a/libs/Zend/Log/FactoryInterface.php b/libs/Zend/Log/FactoryInterface.php
index 0cb5d6b31b..7b3d77e926 100644
--- a/libs/Zend/Log/FactoryInterface.php
+++ b/libs/Zend/Log/FactoryInterface.php
@@ -35,4 +35,4 @@ interface Zend_Log_FactoryInterface
* @return Zend_Log_FactoryInterface
*/
static public function factory($config);
-} \ No newline at end of file
+}
diff --git a/libs/Zend/Log/Formatter/Abstract.php b/libs/Zend/Log/Formatter/Abstract.php
index 0bd1a97cda..310253977c 100644
--- a/libs/Zend/Log/Formatter/Abstract.php
+++ b/libs/Zend/Log/Formatter/Abstract.php
@@ -37,4 +37,4 @@
abstract class Zend_Log_Formatter_Abstract
implements Zend_Log_Formatter_Interface, Zend_Log_FactoryInterface
{
-} \ No newline at end of file
+}
diff --git a/libs/Zend/Log/Formatter/Firebug.php b/libs/Zend/Log/Formatter/Firebug.php
index 946fc944e4..e34533cc76 100644
--- a/libs/Zend/Log/Formatter/Firebug.php
+++ b/libs/Zend/Log/Formatter/Firebug.php
@@ -58,4 +58,4 @@ class Zend_Log_Formatter_Firebug extends Zend_Log_Formatter_Abstract
{
return $event['message'];
}
-} \ No newline at end of file
+}
diff --git a/libs/Zend/Log/Formatter/Simple.php b/libs/Zend/Log/Formatter/Simple.php
index fc6b51bc37..1680057c3d 100644
--- a/libs/Zend/Log/Formatter/Simple.php
+++ b/libs/Zend/Log/Formatter/Simple.php
@@ -105,4 +105,4 @@ class Zend_Log_Formatter_Simple extends Zend_Log_Formatter_Abstract
return $output;
}
-} \ No newline at end of file
+}
diff --git a/libs/Zend/Log/Writer/Syslog.php b/libs/Zend/Log/Writer/Syslog.php
index 1a935c6207..3c85e709ea 100644
--- a/libs/Zend/Log/Writer/Syslog.php
+++ b/libs/Zend/Log/Writer/Syslog.php
@@ -264,4 +264,4 @@ class Zend_Log_Writer_Syslog extends Zend_Log_Writer_Abstract
syslog($priority, $message);
}
-} \ No newline at end of file
+}