Completed
Pull Request — master (#3)
by Carlos C
03:14
created
src/Psr18/CurlHandle.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
 			\CURLOPT_WRITEFUNCTION  => [$this, 'writefunction'],
119 119
 			\CURLOPT_HEADERFUNCTION => [$this, 'headerfunction'],
120 120
 		];
121
-		if ($this->options->ca_info) {
121
+		if($this->options->ca_info){
122 122
             $options[\CURLOPT_CAINFO] = $this->options->ca_info;
123 123
 		}
124 124
         return $options;
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
 			\CURLOPT_WRITEFUNCTION  => [$this, 'writefunction'],
119 119
 			\CURLOPT_HEADERFUNCTION => [$this, 'headerfunction'],
120 120
 		];
121
-		if ($this->options->ca_info) {
121
+		if ($this->options->ca_info){
122 122
             $options[\CURLOPT_CAINFO] = $this->options->ca_info;
123 123
 		}
124 124
         return $options;
Please login to merge, or discard this patch.