Completed
Pull Request — master (#80)
by Hiraku
02:11
created
src/HttpGetRequest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -88,6 +88,10 @@
 block discarded – undo
88 88
         unset($this->curlOpts[CURLOPT_PROXYUSERPWD]);
89 89
     }
90 90
 
91
+    /**
92
+     * @param string $key1
93
+     * @param string $key2
94
+     */
91 95
     private static function issetOr(array $arr, $key1, $key2)
92 96
     {
93 97
         if (isset($arr[$key1])) {
Please login to merge, or discard this patch.