Completed
Push — master ( cb907a...4d2666 )
by Phecho
03:17
created
app/Http/Controllers/FeedController.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     /**
46 46
      * Generates an Atom feed of all issues.
47 47
      *
48
-     * @param \Gitamin\Models\ProjectTeam|null $namespace
48
+     * @param null|ProjectNamespace $namespace
49 49
      *
50 50
      * @return \Illuminate\Http\Response
51 51
      */
@@ -57,7 +57,6 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      * Generates a Rss feed of all issues.
59 59
      *
60
-     * @param \Gitamin\Models\ProjectTeam|null $group
61 60
      *
62 61
      * @return \Illuminate\Http\Response
63 62
      */
@@ -71,7 +70,7 @@  discard block
 block discarded – undo
71 70
     /**
72 71
      * Generates an Atom feed of all issues.
73 72
      *
74
-     * @param \Gitamin\Models\ProjectTeam|null $namespace
73
+     * @param ProjectNamespace $namespace
75 74
      * @param bool                             $isRss
76 75
      *
77 76
      * @return \Illuminate\Http\Response
Please login to merge, or discard this patch.