Author: chammers
Date: Mon Oct  5 22:05:10 2009
New Revision: 822045

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

Modified:
    incubator/log4php/branches/chammers/src/test/php/LoggerLoggingEventTest.php

Modified: 
incubator/log4php/branches/chammers/src/test/php/LoggerLoggingEventTest.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/branches/chammers/src/test/php/LoggerLoggingEventTest.php?rev=822045&r1=822044&r2=822045&view=diff
==============================================================================
--- incubator/log4php/branches/chammers/src/test/php/LoggerLoggingEventTest.php 
(original)
+++ incubator/log4php/branches/chammers/src/test/php/LoggerLoggingEventTest.php 
Mon Oct  5 22:05:10 2009
@@ -27,7 +27,7 @@
         
        protected $requiresLayout = true;
 
-       public function append($event) {
+       public function append(LoggerLoggingEvent $event) {
                $this->layout->format($event);
        }
 


Reply via email to