Completed
Pull Request — master (#104)
by
unknown
01:11
created
src/Feed.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
     /** @var \Illuminate\Support\Collection */
32 32
     protected $items;
33 33
 
34
+    /**
35
+     * @param string $name
36
+     */
34 37
     public function __construct($name, $title, $url, $resolver, $view, $description, $language)
35 38
     {
36 39
         $this->name = $name;
Please login to merge, or discard this patch.