Completed
Push — master ( 3138ff...d9a894 )
by
unknown
03:46
created
src/Crawler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -394,7 +394,7 @@  discard block
 block discarded – undo
394 394
 
395 395
     /**
396 396
      * @param string $url
397
-     * @return \Generator|Page[]
397
+     * @return \Generator
398 398
      * @throws RequestException
399 399
      */
400 400
     public function crawl($url)
@@ -557,7 +557,7 @@  discard block
 block discarded – undo
557 557
     }
558 558
 
559 559
     /**
560
-     * @param $url
560
+     * @param Url $url
561 561
      */
562 562
     protected function addRejectedUrl($url)
563 563
     {
Please login to merge, or discard this patch.