Completed
Push — master ( 96f47f...3b2885 )
by Mārtiņš
02:06
created
src/Palladium/Service/Identification.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -6,21 +6,13 @@
 block discarded – undo
6 6
  * Retrieval and handling of identities for registered users
7 7
  */
8 8
 
9
-use RuntimeException;
10
-
11
-use Palladium\Component\MapperFactory;
12 9
 use Palladium\Mapper as Mapper;
13 10
 use Palladium\Entity as Entity;
14
-
15
-use Palladium\Exception\IdentityDuplicated;
16 11
 use Palladium\Exception\IdentityNotFound;
17
-use Palladium\Exception\EmailNotFound;
18 12
 use Palladium\Exception\PasswordNotMatch;
19 13
 use Palladium\Exception\CompromisedCookie;
20 14
 use Palladium\Exception\DenialOfServiceAttempt;
21 15
 use Palladium\Exception\IdentityExpired;
22
-use Palladium\Exception\Community\UserNotFound;
23
-
24 16
 use Palladium\Contract\CanCreateMapper;
25 17
 use Psr\Log\LoggerInterface;
26 18
 
Please login to merge, or discard this patch.