From be700e29af531cbc8a29bebb0b6850cefec0c4ab Mon Sep 17 00:00:00 2001 From: Jamiel Sharief <20553479+jamielsharief@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:40:15 +0100 Subject: [PATCH] Update PostStatus.php Fixed typo --- More/Repository/Domain/PostStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/More/Repository/Domain/PostStatus.php b/More/Repository/Domain/PostStatus.php index 7db03a9..1c95c35 100644 --- a/More/Repository/Domain/PostStatus.php +++ b/More/Repository/Domain/PostStatus.php @@ -53,7 +53,7 @@ class PostStatus /** * there is a reason that I avoid using __toString() as it operates outside of the stack in PHP - * and is therefor not able to operate well with exceptions + * and is therefore not able to operate well with exceptions */ public function toString(): string {