Completed
Pull Request — master (#68)
by Hiraku
10:16
created
src/Aspects/HttpGetRequest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -187,6 +187,7 @@
 block discarded – undo
187 187
 
188 188
     /**
189 189
      * @internal
190
+     * @param integer $privateCode
190 191
      */
191 192
     public function promptAuthWithUtil($privateCode, $util, HttpGetResponse $res, IO\IOInterface $io)
192 193
     {
Please login to merge, or discard this patch.
src/Factory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     /**
27 27
      * get cached curl handler
28 28
      * @param string $origin
29
-     * @return resource<curl>
29
+     * @return resource
30 30
      */
31 31
     public static function getConnection($origin)
32 32
     {
@@ -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.