Completed
Pull Request — master (#95)
by Romaric
04:12
created
Protocol/FeedReader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
      * @param string    $url
117 117
      * @param \DateTime $arg
118 118
      *
119
-     * @return FeedInInterface|FeedContent
119
+     * @return FeedInterface
120 120
      */
121 121
     public function getFeedContent($url, $arg = null)
122 122
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     /**
185 185
      * Read the XML stream hosted at $url.
186 186
      *
187
-     * @param $url
187
+     * @param string $url
188 188
      * @param \Datetime $modifiedSince
189 189
      *
190 190
      * @return HttpDriverResponse
Please login to merge, or discard this patch.
Protocol/Parser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -324,7 +324,7 @@
 block discarded – undo
324 324
      * Looks for an attribute value under different possible names.
325 325
      *
326 326
      * @param \SimpleXMLElement $element
327
-     * @param array             $names
327
+     * @param string[]             $names
328 328
      *
329 329
      * @return null|string|void
330 330
      */
Please login to merge, or discard this patch.