Completed
Pull Request — master (#87)
by Peter
01:15
created
src/Url.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
 
193 193
     /**
194 194
      * @param string|null $haystack
195
-     * @param string|array $needles
195
+     * @param string $needles
196 196
      *
197 197
      * @return bool
198 198
      */
Please login to merge, or discard this patch.
src/CollectionCrawlQueue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param CrawlUrl|Url $crawlUrl
70
+     * @param CrawlUrl $crawlUrl
71 71
      *
72 72
      * @return bool
73 73
      */
Please login to merge, or discard this patch.