Skip to content

Commit

Permalink
Fixed the NullLogger to implement the HttpKernel interface again
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Jan 30, 2013
1 parent 7d704da commit 06f96dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Log/NullLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @api
*/
class NullLogger extends PsrNullLogger
class NullLogger extends PsrNullLogger implements LoggerInterface
{
/**
* @api
Expand Down

0 comments on commit 06f96dc

Please sign in to comment.