Completed
Pull Request — master (#16)
by Matthijs
12:11
created
src/VDB/Spider/Discoverer/DiscovererSet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @param Filter $filter
63
+     * @param PreFetchFilter $filter
64 64
      */
65 65
     public function addFilter(PreFetchFilter $filter)
66 66
     {
Please login to merge, or discard this patch.
src/VDB/Spider/Spider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -306,7 +306,7 @@
 block discarded – undo
306 306
 
307 307
     /**
308 308
      * @param UriInterface $uri
309
-     * @return bool|Resource
309
+     * @return Resource
310 310
      */
311 311
     protected function fetchResource(UriInterface $uri)
312 312
     {
Please login to merge, or discard this patch.