Completed
Push — master ( 3b2885...7348eb )
by Mārtiņš
02:07
created
src/Palladium/Service/Identification.php 1 patch
Unused Use Statements   -9 removed lines patch added patch discarded remove patch
@@ -6,21 +6,12 @@
 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
-use Palladium\Exception\IdentityNotFound;
17
-use Palladium\Exception\EmailNotFound;
18 11
 use Palladium\Exception\PasswordNotMatch;
19 12
 use Palladium\Exception\CompromisedCookie;
20 13
 use Palladium\Exception\DenialOfServiceAttempt;
21 14
 use Palladium\Exception\IdentityExpired;
22
-use Palladium\Exception\Community\UserNotFound;
23
-
24 15
 use Palladium\Contract\CanCreateMapper;
25 16
 use Psr\Log\LoggerInterface;
26 17
 
Please login to merge, or discard this patch.