Skip to content

Commit 5b9f72d

Browse files
committed
cs fix
1 parent cf2acf3 commit 5b9f72d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/bundle/Controller/PasswordChangeControllerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
use Exception;
1212
use Ibexa\Contracts\Core\Repository\UserService;
13-
use Ibexa\Contracts\User\Controller\RestrictedControllerInterface;
1413
use Ibexa\Contracts\User\Controller\AuthenticatedRememberedCheckTrait;
14+
use Ibexa\Contracts\User\Controller\RestrictedControllerInterface;
1515
use Ibexa\Core\MVC\Symfony\SiteAccess;
1616
use Ibexa\User\ExceptionHandler\ActionResultHandler;
1717
use Ibexa\User\Form\Factory\FormFactory;

src/bundle/Controller/UserInvitationControllerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
namespace Ibexa\Bundle\User\Controller;
1010

11-
use Ibexa\Contracts\User\Controller\RestrictedControllerInterface;
1211
use Ibexa\Contracts\User\Controller\AuthenticatedRememberedCheckTrait;
12+
use Ibexa\Contracts\User\Controller\RestrictedControllerInterface;
1313
use Ibexa\Contracts\User\Invitation\Exception\InvitationAlreadyExistsException;
1414
use Ibexa\Contracts\User\Invitation\Exception\UserAlreadyExistsException;
1515
use Ibexa\Contracts\User\Invitation\InvitationCreateStruct;

src/bundle/Controller/UserSettingsControllerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
namespace Ibexa\Bundle\User\Controller;
1010

1111
use Ibexa\Contracts\Core\Repository\PermissionResolver;
12-
use Ibexa\Contracts\User\Controller\RestrictedControllerInterface;
1312
use Ibexa\Contracts\User\Controller\AuthenticatedRememberedCheckTrait;
13+
use Ibexa\Contracts\User\Controller\RestrictedControllerInterface;
1414
use Ibexa\User\ExceptionHandler\ActionResultHandler;
1515
use Ibexa\User\Form\Data\UserSettingUpdateData;
1616
use Ibexa\User\Form\Factory\FormFactory;

0 commit comments

Comments
 (0)