Completed
Push — master ( 1dccb3...b72cd5 )
by Dan Michael O.
03:15
created
app/GoogleBooksService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Colligator;
4 4
 
5 5
 use Scriptotek\GoogleBooks\GoogleBooks;
6
-use Scriptotek\GoogleBooks\Exceptions\UsageRateExceeded;
7 6
 
8 7
 class GoogleBooksService implements EnrichmentService
9 8
 {
Please login to merge, or discard this patch.
app/Http/Controllers/DocumentsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Colligator\Http\Controllers;
4 4
 
5 5
 use Carbon\Carbon;
6
-use Colligator\Cover;
7 6
 use Colligator\Document;
8 7
 use Colligator\Http\Requests\SearchDocumentsRequest;
9 8
 use Colligator\Search\DocumentsIndex;
Please login to merge, or discard this patch.
app/Jobs/OaiPmhHarvest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Phpoaipmh\Endpoint;
11 11
 use Phpoaipmh\Exception\OaipmhException;
12 12
 use Phpoaipmh\Granularity;
13
-use Storage;
14 13
 
15 14
 class OaiPmhHarvest extends Job
16 15
 {
Please login to merge, or discard this patch.