Completed
Pull Request — master (#122)
by Alex
03:03
created
Controller/StreamController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
     }
119 119
 
120 120
     /**
121
-     * @param $feed
121
+     * @param FeedOutInterface $feed
122 122
      * @param $format
123 123
      * @return string
124 124
      * @throws \Exception
Please login to merge, or discard this patch.
Protocol/Parser/RssParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     /**
105 105
      * @param SimpleXMLElement $xmlBody
106 106
      * @param FeedInterface    $feed
107
-     * @param $latestItemDate
107
+     * @param \DateTime $latestItemDate
108 108
      */
109 109
     protected function detectAndSetLastModified(SimpleXMLElement $xmlBody, FeedInterface $feed, $latestItemDate)
110 110
     {
Please login to merge, or discard this patch.