Completed
Push — master ( 2e6bdb...ceb6fa )
by Andreas
01:56 queued 11s
created
src/Parser/Lanyrd/LanyrdCfpParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 namespace Callingallpapers\Parser\Lanyrd;
31 31
 
32 32
 use Callingallpapers\Entity\Cfp;
33
-use Callingallpapers\Parser\Lanyrd\LanyrdEntryParser;
34 33
 use Callingallpapers\Parser\ParserInterface;
35 34
 use Callingallpapers\Service\TimezoneService;
36 35
 use Callingallpapers\Writer\WriterInterface;
Please login to merge, or discard this patch.
src/Command/ParseEventsConfsTech.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -32,15 +32,9 @@
 block discarded – undo
32 32
 use Callingallpapers\CfpFilter\FilterList;
33 33
 use Callingallpapers\CfpFilter\FollowUriRedirect;
34 34
 use Callingallpapers\CfpFilter\StripParamsFromUri;
35
-use Callingallpapers\ErrorHandling\ErrorStore;
36
-use Callingallpapers\Exception\UnverifiedUriException;
37 35
 use Callingallpapers\Parser\ConfsTech\ConferenceParser;
38 36
 use Callingallpapers\Parser\ConfsTechParser;
39
-use Callingallpapers\Parser\JoindinCfpParser;
40
-use Callingallpapers\Parser\Lanyrd\LanyrdCfpParser;
41
-use Callingallpapers\Parser\PapercallIo\PapercallIoParserFactory;
42 37
 use Callingallpapers\ResultKeeper\ConsoleOutputResultKeeper;
43
-use Callingallpapers\ResultKeeper\ResultKeeper;
44 38
 use Callingallpapers\Service\ConfsTechParserFactory;
45 39
 use Callingallpapers\Service\GeolocationService;
46 40
 use Callingallpapers\Service\TimezoneService;
Please login to merge, or discard this patch.
src/ResultKeeper/ResultKeeper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 
10 10
 namespace Callingallpapers\ResultKeeper;
11 11
 
12
-use Symfony\Component\Console\Output\OutputInterface;
13
-
14 12
 class ResultKeeper
15 13
 {
16 14
     private $errors = [];
Please login to merge, or discard this patch.
src/Service/ConfsTechParserFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Callingallpapers\Writer\WriterInterface;
17 17
 use DateTimeImmutable;
18 18
 use GuzzleHttp\Client;
19
-use Symfony\Component\Console\Output\OutputInterface;
20 19
 
21 20
 class ConfsTechParserFactory
22 21
 {
Please login to merge, or discard this patch.