@@ -169,7 +169,7 @@ discard block |
||
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 |
||
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( |