Completed
Push — master ( 85844c...93abf7 )
by Hiraku
09:02 queued 11s
created
src/FetchRequest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -37,6 +37,11 @@
 block discarded – undo
37 37
         return $curlOpts;
38 38
     }
39 39
 
40
+    /**
41
+     * @param string $key
42
+     *
43
+     * @return resource
44
+     */
40 45
     private static function getCurl($key)
41 46
     {
42 47
         static $curlCache = array();
Please login to merge, or discard this patch.
src/BaseRequest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -84,6 +84,9 @@
 block discarded – undo
84 84
         return $cache = false;
85 85
     }
86 86
 
87
+    /**
88
+     * @param string $url
89
+     */
87 90
     protected function getProxy($url)
88 91
     {
89 92
         if (isset($_SERVER['no_proxy'])) {
Please login to merge, or discard this patch.