You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by gr...@apache.org on 2009/05/27 07:56:35 UTC

svn commit: r779009 - /incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php

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();
 	}
 }