Completed
Pull Request — master (#64)
by
unknown
01:32
created
src/AfriCC/EPP/HTTPClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         }
67 67
     }
68 68
 
69
-    private function setupCurlOpts(){
69
+    private function setupCurlOpts() {
70 70
         // set stream time out
71 71
         curl_setopt($this->curl, CURLOPT_TIMEOUT, $this->timeout);
72 72
         curl_setopt(
Please login to merge, or discard this patch.