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 ch...@apache.org on 2009/10/06 20:24:01 UTC

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

Author: chammers
Date: Tue Oct  6 18:24:01 2009
New Revision: 822407

URL: http://svn.apache.org/viewvc?rev=822407&view=rev
Log:
This is related to r822029


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=822407&r1=822406&r2=822407&view=diff
==============================================================================
--- incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php (original)
+++ incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php Tue Oct  6 18:24:01 2009
@@ -27,7 +27,7 @@
         
 	protected $requiresLayout = true;
 
-	public function append($event) {
+	public function append(LoggerLoggingEvent $event) {
 		$this->layout->format($event);
 	}