@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Bundle\UserBundle\Controller; |
| 15 | 15 | |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | use Sylius\Bundle\UserBundle\Form\Type\UserRequestPasswordResetType; |
| 24 | 24 | use Sylius\Bundle\UserBundle\Form\Type\UserResetPasswordType; |
| 25 | 25 | use Sylius\Bundle\UserBundle\UserEvents; |
| 26 | -use Sylius\Component\Resource\Model\ResourceInterface; |
|
| 27 | 26 | use Sylius\Component\User\Model\UserInterface; |
| 28 | 27 | use Sylius\Component\User\Security\Generator\GeneratorInterface; |
| 29 | 28 | use Symfony\Component\EventDispatcher\GenericEvent; |