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>2010-01-12 19:57:50 +0300
committerrobocoder <anthon.pang@gmail.com>2010-01-12 19:57:50 +0300
commit95ee6e641eaf2dce16e417eac24dbf93eb0d6bab (patch)
tree93426862ad7ff9d7475657b4be208ad506aac5cd /libs/Zend/Log/Writer
parent4f6e8fb29c6c021ddd3ab3d74eff6079a52d6877 (diff)
update to Zend Framework 1.9.7
git-svn-id: http://dev.piwik.org/svn/trunk@1787 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/Zend/Log/Writer')
-rw-r--r--libs/Zend/Log/Writer/Abstract.php2
-rw-r--r--libs/Zend/Log/Writer/Mock.php2
-rw-r--r--libs/Zend/Log/Writer/Null.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/libs/Zend/Log/Writer/Abstract.php b/libs/Zend/Log/Writer/Abstract.php
index f949d6786a..3e3be2d6cd 100644
--- a/libs/Zend/Log/Writer/Abstract.php
+++ b/libs/Zend/Log/Writer/Abstract.php
@@ -104,4 +104,4 @@ abstract class Zend_Log_Writer_Abstract
*/
abstract protected function _write($event);
-}
+} \ No newline at end of file
diff --git a/libs/Zend/Log/Writer/Mock.php b/libs/Zend/Log/Writer/Mock.php
index d4b9c2bd80..2a593c0d9e 100644
--- a/libs/Zend/Log/Writer/Mock.php
+++ b/libs/Zend/Log/Writer/Mock.php
@@ -63,4 +63,4 @@ class Zend_Log_Writer_Mock extends Zend_Log_Writer_Abstract
{
$this->shutdown = true;
}
-}
+} \ No newline at end of file
diff --git a/libs/Zend/Log/Writer/Null.php b/libs/Zend/Log/Writer/Null.php
index a070528da4..de791d3a99 100644
--- a/libs/Zend/Log/Writer/Null.php
+++ b/libs/Zend/Log/Writer/Null.php
@@ -43,4 +43,4 @@ class Zend_Log_Writer_Null extends Zend_Log_Writer_Abstract
{
}
-}
+} \ No newline at end of file