@@ -32,17 +32,8 @@ |
||
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 | -use Callingallpapers\Parser\ConfsTech\ConferenceParser; |
|
38 | -use Callingallpapers\Parser\ConfsTechParser; |
|
39 | -use Callingallpapers\Parser\JoindinCfpParser; |
|
40 | -use Callingallpapers\Parser\Lanyrd\LanyrdCfpParser; |
|
41 | -use Callingallpapers\Parser\PapercallIo\PapercallIoParserFactory; |
|
42 | 35 | use Callingallpapers\Parser\ParserInterface; |
43 | 36 | use Callingallpapers\ResultKeeper\ConsoleOutputResultKeeper; |
44 | -use Callingallpapers\ResultKeeper\ResultKeeper; |
|
45 | -use Callingallpapers\Service\ConfsTechParserFactory; |
|
46 | 37 | use Callingallpapers\Service\GeolocationService; |
47 | 38 | use Callingallpapers\Service\ServiceContainer; |
48 | 39 | use Callingallpapers\Service\TimezoneService; |
@@ -11,12 +11,10 @@ |
||
11 | 11 | |
12 | 12 | use Callingallpapers\Entity\Cfp; |
13 | 13 | use Callingallpapers\Service\ServiceContainer; |
14 | -use Callingallpapers\Service\TimezoneService; |
|
15 | 14 | use DateTimeZone; |
16 | 15 | use DOMDocument; |
17 | 16 | use DOMXPath; |
18 | 17 | use Exception; |
19 | -use GuzzleHttp\Client; |
|
20 | 18 | use InvalidArgumentException; |
21 | 19 | |
22 | 20 | class EntryParser |
@@ -26,7 +26,6 @@ |
||
26 | 26 | } |
27 | 27 | |
28 | 28 | /** |
29 | - * @param WriterInterface $output |
|
30 | 29 | * |
31 | 30 | * @return CfpList |
32 | 31 | */ |