Test Setup Failed
Push — master ( 1574bc...d50cc3 )
by Ramin
02:01
created
src/Configs/OrtcConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -264,7 +264,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.