Skip to content

Commit c407d7f

Browse files
author
Pedro Fernandes Steimbruch
committed
Refs CakeDC#306 fixing PHPCS
1 parent 3c0fc9f commit c407d7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Controller/Traits/PasswordManagementTrait.php

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

1212
namespace CakeDC\Users\Controller\Traits;
1313

14-
use CakeDC\Users\Exception\UserNotFoundException;
1514
use CakeDC\Users\Exception\UserNotActiveException;
15+
use CakeDC\Users\Exception\UserNotFoundException;
1616
use CakeDC\Users\Exception\WrongPasswordException;
1717
use Cake\Core\Configure;
1818
use Exception;

src/Model/Behavior/PasswordBehavior.php

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

1414
use CakeDC\Users\Email\EmailSender;
1515
use CakeDC\Users\Exception\UserAlreadyActiveException;
16-
use CakeDC\Users\Exception\UserNotFoundException;
1716
use CakeDC\Users\Exception\UserNotActiveException;
17+
use CakeDC\Users\Exception\UserNotFoundException;
1818
use CakeDC\Users\Exception\WrongPasswordException;
1919
use CakeDC\Users\Model\Behavior\Behavior;
2020
use Cake\Datasource\EntityInterface;

0 commit comments

Comments
 (0)