Completed
Push — master ( 25f0fc...68bdba )
by Alex
07:38 queued 04:53
created
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.
Protocol/FeedReader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 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.