Update PostStatus.php

Fixed typo
This commit is contained in:
Jamiel Sharief
2021-11-02 16:40:15 +01:00
committed by GitHub
parent 6b222a2fe2
commit be700e29af

View File

@@ -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
{