Completed
Push — master ( 2e6bdb...ceb6fa )
by Andreas
01:56 queued 11s
created
src/Parser/Lanyrd/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/Writer/ApiCfpWriter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -56,6 +56,9 @@
 block discarded – undo
56 56
 
57 57
     private $keeper;
58 58
 
59
+    /**
60
+     * @param Client $client
61
+     */
59 62
     public function __construct($baseUri, $bearerToken, $client = null)
60 63
     {
61 64
         $this->baseUri     = $baseUri;
Please login to merge, or discard this patch.