Fixed the NullLogger to implement the HttpKernel interface again

This commit is contained in:
Christophe Coevoet 2013-01-30 20:59:27 +01:00
parent ef5300d637
commit b1d1168d26

View File

@ -20,7 +20,7 @@ use Psr\Log\NullLogger as PsrNullLogger;
*
* @api
*/
class NullLogger extends PsrNullLogger
class NullLogger extends PsrNullLogger implements LoggerInterface
{
/**
* @api