Completed
Push — master ( 3d0efe...55daf4 )
by Jacob
05:17
created
src/Adapter.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,12 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use As3\Modlr\Api\AbstractAdapter;
6 6
 use As3\Modlr\Api\AdapterException;
7
-use As3\Modlr\Exception\HttpExceptionInterface;
8 7
 use As3\Modlr\Metadata\EntityMetadata;
9
-use As3\Modlr\Models\Collection;
10
-use As3\Modlr\Models\Model;
11 8
 use As3\Modlr\Rest;
12
-use As3\Modlr\Store\Store;
13 9
 
14 10
 /**
15 11
  * Adapter for handling API operations using the JSON API specification.
Please login to merge, or discard this patch.