diff --git a/src/Exceptions/CouldNotDownloadCertificate/UnknownError.php b/src/Exceptions/CouldNotDownloadCertificate/UnknownError.php index aa62de0..1dd16da 100644 --- a/src/Exceptions/CouldNotDownloadCertificate/UnknownError.php +++ b/src/Exceptions/CouldNotDownloadCertificate/UnknownError.php @@ -15,7 +15,8 @@ public function __construct(string $hostName, string $errorMessage) $this->errorMessage = $errorMessage; } - public function getOriginalMessage(): string { + public function getOriginalMessage(): string + { return $this->errorMessage; } }