Completed
Push — master ( ba1cd0...a8563b )
by Andrew
02:57
created
src/GitHubAPI.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 
10 10
 namespace Lib;
11 11
 
12
-use Lib\Exceptions\NullUserException;
13
-use Lib\Exceptions\UserNotFoundException;
14 12
 use GuzzleHttp\Client;
15 13
 use GuzzleHttp\Exception\ClientException;
14
+use Lib\Exceptions\NullUserException;
15
+use Lib\Exceptions\UserNotFoundException;
16 16
 
17 17
 /**
18 18
  * @category Class
Please login to merge, or discard this patch.