Completed
Pull Request — master (#66)
by Jan
05:29
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   +4 added lines patch added patch discarded remove patch
@@ -83,6 +83,10 @@
 block discarded – undo
83 83
         return $request;
84 84
     }
85 85
 
86
+    /**
87
+     * @param string $origin
88
+     * @param CConfig $config
89
+     */
86 90
     private static function getRequestClass($origin, $config)
87 91
     {
88 92
         if (in_array($origin, $config->get('github-domains') ?: array())) {
Please login to merge, or discard this patch.