Completed
Pull Request — master (#16)
by Matthijs
04:49
created
src/VDB/Spider/Filter/Prefetch/AllowedHostsFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     private $allowSubDomains;
16 16
 
17 17
     /**
18
-     * @param array $seeds
18
+     * @param string[] $seeds
19 19
      * @param bool $allowSubDomains
20 20
      */
21 21
     public function __construct(array $seeds, $allowSubDomains = false)
Please login to merge, or discard this patch.