Completed
Push — master ( 723e15...20e580 )
by Mia
03:35
created
src/RSSFeed/CRSSFeed.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -15,6 +15,10 @@
 block discarded – undo
15 15
 class CRSSFeed {
16 16
   
17 17
   // constructor - initialize SimplePie.
18
+
19
+  /**
20
+   * @param string[] $feedArr
21
+   */
18 22
   public function __construct($feedArr, $duration = 3600) {
19 23
       $this->object = new SimplePie();
20 24
       $this->object->set_cache_location(CACHE);
Please login to merge, or discard this patch.