Completed
Push — basic-auth ( 19d4d5 )
by
unknown
04:18
created
fetcher/feedfetcher.php 1 patch
Doc Comments   +11 added lines patch added patch discarded remove patch
@@ -178,6 +178,9 @@  discard block
 block discarded – undo
178 178
     }
179 179
 
180 180
 
181
+    /**
182
+     * @param \PicoFeed\Parser\Feed $parsedFeed
183
+     */
181 184
     protected function buildItem($parsedItem, $parsedFeed) {
182 185
         $item = new Item();
183 186
         $item->setUnread();
@@ -214,6 +217,14 @@  discard block
 block discarded – undo
214 217
     }
215 218
 
216 219
 
220
+    /**
221
+     * @param \PicoFeed\Parser\Feed $parsedFeed
222
+     * @param string $url
223
+     * @param boolean $getFavicon
224
+     * @param string $modified
225
+     * @param string $etag
226
+     * @param string $location
227
+     */
217 228
     protected function buildFeed($parsedFeed, $url, $getFavicon, $modified,
218 229
                                  $etag, $location) {
219 230
         $feed = new Feed();
Please login to merge, or discard this patch.