From 5569edbfa6f887b369dffbd5979dae1969159bf0 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 6 Jun 2022 14:12:00 +0000 Subject: [PATCH] Fix styling --- src/Exceptions/CouldNotDownloadCertificate/UnknownError.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } }