Completed
Push — master ( 102939...65d7c0 )
by Jan-Petter
01:03
created
src/SitemapParser.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     /**
143 143
      * Add an array of URLs to the parser queue
144 144
      *
145
-     * @param array $urlArray
145
+     * @param string[] $urlArray
146 146
      */
147 147
     public function addToQueue(array $urlArray)
148 148
     {
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
     /**
300 300
      * Check for missing values and set them to null
301 301
      *
302
-     * @param array $tags Tags check if exists
302
+     * @param string[] $tags Tags check if exists
303 303
      * @param array $array Array to check
304 304
      * @return array
305 305
      */
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
      * Generate the \SimpleXMLElement object if the XML is valid
318 318
      *
319 319
      * @param string $xml
320
-     * @return \SimpleXMLElement|false
320
+     * @return SimpleXMLElement
321 321
      */
322 322
     protected function generateXMLObject($xml)
323 323
     {
Please login to merge, or discard this patch.