Completed
Pull Request — master (#80)
by Hiraku
03:59
created
src/Factory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      * @param string $url
43 43
      * @param IO\IOInterface $io
44 44
      * @param CConfig $config
45
-     * @param array $pluginConfig
45
+     * @param string[] $pluginConfig
46 46
      * @return Aspects\HttpGetRequest
47 47
      */
48 48
     public static function getHttpGetRequest($origin, $url, IO\IOInterface $io, CConfig $config, array $pluginConfig)
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
 
68 68
     /**
69 69
      * @param string $origin
70
-     * @param Composer\Config $config
70
+     * @param CConfig $config
71 71
      * @return string
72 72
      */
73 73
     private static function getRequestClass($origin, CConfig $config)
Please login to merge, or discard this patch.