Skip to content

Commit d5d79c7

Browse files
cs fix
1 parent 592e323 commit d5d79c7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Logout/LogoutUrlGenerator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ public function setCurrentFirewall(?string $key, string $context = null)
7979

8080
/**
8181
* Generates the logout URL for the firewall.
82-
*
83-
* @return string
8482
*/
8583
private function generateLogoutUrl(?string $key, int $referenceType): string
8684
{

Tests/Authenticator/Fixtures/PasswordUpgraderProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
use Symfony\Component\Security\Core\User\InMemoryUserProvider;
1515
use Symfony\Component\Security\Core\User\PasswordUpgraderInterface;
16-
use Symfony\Component\Security\Core\User\UserInterface;
17-
use Symfony\Component\Security\Core\User\UserProviderInterface;
1816

1917
class PasswordUpgraderProvider extends InMemoryUserProvider implements PasswordUpgraderInterface
2018
{

0 commit comments

Comments
 (0)