Passed
Branch account (e36184)
by vincent
07:24
created
src/VfacTmdb/Account.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use VfacTmdb\Exceptions\ServerErrorException;
21 21
 use VfacTmdb\Interfaces\TmdbInterface;
22 22
 use VfacTmdb\Account\Favorite;
23
-
24 23
 use VfacTmdb\Interfaces\AuthInterface;
25 24
 
26 25
 /**
Please login to merge, or discard this patch.
src/VfacTmdb/Auth.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use VfacTmdb\Exceptions\IncorrectParamException;
19 19
 use VfacTmdb\Interfaces\TmdbInterface;
20 20
 use VfacTmdb\Interfaces\AuthInterface;
21
-
22 21
 use VfacTmdb\Exceptions\InvalidResponseException;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.