Passed
Pull Request — master (#154)
by Roberto
05:10
created
src/Soap/SoapBase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
      */
170 170
     private function isCertificateExpired(Certificate $certificate = null)
171 171
     {
172
-        if (! $this->disableCertValidation) {
172
+        if (!$this->disableCertValidation) {
173 173
             if (null !== $certificate && $certificate->isExpired()) {
174 174
                 throw new Certificate\Exception\Expired($certificate);
175 175
             }
@@ -489,7 +489,7 @@  discard block
 block discarded – undo
489 489
         );
490 490
         $ret &= $this->filesystem->put(
491 491
             $this->certfile,
492
-            $private."{$this->certificate}"
492
+            $private . "{$this->certificate}"
493 493
         );
494 494
         if (!$ret) {
495 495
             throw new RuntimeException(
Please login to merge, or discard this patch.