@@ -31,7 +31,6 @@ |
||
31 | 31 | |
32 | 32 | use Callingallpapers\Parser\JoindinCfpParser; |
33 | 33 | use Callingallpapers\Parser\Lanyrd\LanyrdCfpParser; |
34 | -use Callingallpapers\Parser\PapercallIoParser; |
|
35 | 34 | use Callingallpapers\Parser\PapercallIoParserFactory; |
36 | 35 | use Callingallpapers\Service\TimezoneService; |
37 | 36 | use Callingallpapers\Writer\ApiCfpWriter; |
@@ -38,6 +38,10 @@ |
||
38 | 38 | $this->timezone = new \DateTimezone($timezone); |
39 | 39 | } |
40 | 40 | |
41 | + /** |
|
42 | + * @param \DOMDocument $dom |
|
43 | + * @param \DOMXPath $xpath |
|
44 | + */ |
|
41 | 45 | public function parse($dom, $xpath) |
42 | 46 | { |
43 | 47 | $openingDate = $xpath->query("//span[text()='Openend on:']/following-sibling::strong"); |
@@ -32,7 +32,6 @@ |
||
32 | 32 | use Callingallpapers\Entity\Cfp; |
33 | 33 | use Callingallpapers\Parser\EventDetailParserInterface; |
34 | 34 | use DateTimeImmutable; |
35 | -use DateTimeZone; |
|
36 | 35 | use DOMDocument; |
37 | 36 | use DOMNode; |
38 | 37 | use DOMXPath; |