Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Apr 4, 2020
1 parent 1c73297 commit a165ecc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -20,7 +20,7 @@
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @deprecated since Symfony 5.1.
* @deprecated since Symfony 5.1
*/
final class LegacyEventDispatcherProxy
{
Expand Down
Expand Up @@ -74,7 +74,7 @@ public function __construct(TokenStorageInterface $tokenStorage, HttpUtils $http
}

/**
* @deprecated since version 5.1
* @deprecated since Symfony 5.1
*/
public function addHandler(LogoutHandlerInterface $handler)
{
Expand Down
Expand Up @@ -23,7 +23,7 @@
* @author Fabien Potencier <fabien@symfony.com>
* @author Alexander <iam.asm89@gmail.com>
*
* @deprecated since version 5.1
* @deprecated since Symfony 5.1
*/
class DefaultLogoutSuccessHandler implements LogoutSuccessHandlerInterface
{
Expand Down
Expand Up @@ -28,7 +28,7 @@
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*
* @deprecated since Symfony 5.1.
* @deprecated since Symfony 5.1
*/
interface LogoutSuccessHandlerInterface
{
Expand Down

0 comments on commit a165ecc

Please sign in to comment.