mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-03-22 07:10:16 +01:00
Merge pull request #468 from jamielsharief/patch-1
Update PostStatus.php
This commit is contained in:
commit
cd00ca6223
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user