Skip to content

Commit

Permalink
HttpKernel LoggerInterface is now deprecated
Browse files Browse the repository at this point in the history
See @deprecated since 2.2, to be removed in 3.0. Type-hint \Psr\Log\LoggerInterface instead.
  • Loading branch information
Guillaume MOREL committed Mar 27, 2015
1 parent 6d003ee commit 5478b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Security/Firewall/RequestSignatureListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken;
use Rezzza\SecurityBundle\Security\RequestSignatureToken;
use Symfony\Component\HttpKernel\Log\LoggerInterface;
use Psr\Log\LoggerInterface;

/**
* RequestSignatureListener
Expand Down

0 comments on commit 5478b11

Please sign in to comment.