Merge pull request #468 from jamielsharief/patch-1

Update PostStatus.php
This commit is contained in:
Dominik Liebler
2021-11-02 18:56:15 +01:00
committed by GitHub

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 * 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 public function toString(): string
{ {