Completed
Pull Request — master (#13)
by Andreas
03:52
created
src/Parser/Lanyrd/Entry.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@  discard block
 block discarded – undo
114 114
         }
115 115
     }
116 116
 
117
+    /**
118
+     * @param string $location
119
+     */
117 120
     protected function getLatLonForLocation($location)
118 121
     {
119 122
         $result = $this->client->get(sprintf(
@@ -131,6 +134,9 @@  discard block
 block discarded – undo
131 134
         return [$location->lat, $location->lon];
132 135
     }
133 136
 
137
+    /**
138
+     * @param \DOMXPath $xpath
139
+     */
134 140
     public function getEventPage($xpath)
135 141
     {
136 142
         $confPath = $xpath->query("//h3/a[contains(@class, 'summary')]");
Please login to merge, or discard this patch.