Author: grobmeier
Date: Wed May 27 05:56:34 2009
New Revision: 779009
URL: http://svn.apache.org/viewvc?rev=779009&view=rev
Log:
made compatibility to parent::format
Modified:
incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php
Modified: incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php?rev=779009&r1=779008&r2=779009&view=diff
==============================================================================
--- incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php (original)
+++ incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php Wed May 27
05:56:34 2009
@@ -39,7 +39,7 @@
return;
}
- public function format($event) {
+ public function format(LoggerLoggingEvent $event) {
LoggerLoggingEventTest::$locationInfo =
$event->getLocationInformation();
}
}