Completed
Branch master (fab2f0)
by Tyler
06:31
created
src/Rotators/Account/Bitly.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use LeadThread\Bitly\Bitly as BitlyDriver;
7
-use LeadThread\Shortener\Exceptions\ShortenerException;
8 7
 
9 8
 class Bitly extends Rotator
10 9
 {
Please login to merge, or discard this patch.
src/Rotators/Account/Google.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use LeadThread\GoogleShortener\Google as GoogleDriver;
7
-use LeadThread\Shortener\Exceptions\ShortenerException;
8 7
 
9 8
 class Google extends Rotator
10 9
 {
Please login to merge, or discard this patch.