@@ -264,7 +264,7 @@ |
||
| 264 | 264 | */ |
| 265 | 265 | public function setVerifySsl($verifySsl) |
| 266 | 266 | { |
| 267 | - $this->verifySsl = (bool)$verifySsl; |
|
| 267 | + $this->verifySsl = (bool) $verifySsl; |
|
| 268 | 268 | return $this; |
| 269 | 269 | } |
| 270 | 270 | |