merged branch stof/fix_null_logger (PR #6920)

This PR was merged into the master branch.

Commits
-------

b1d1168 Fixed the NullLogger to implement the HttpKernel interface again

Discussion
----------

Fixed the NullLogger to implement the HttpKernel interface again

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no (reverting one introduced by mistake)
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        | n/a

This BC breaking mistake has been reported in https://github.com/schmittjoh/JMSSecurityExtraBundle/pull/105#issuecomment-12908659
This commit is contained in:
Fabien Potencier 2013-01-31 08:55:22 +01:00
commit 63c61eef7d

View File

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