Completed
Pull Request — master (#28)
by Andreas
01:52
created
src/Command/ParseEvents.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Parser/PapercallIo/OpeningDate.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -38,6 +38,10 @@
 block discarded – undo
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");
Please login to merge, or discard this patch.
src/Parser/PapercallIo/EventEndDate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.