mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-25 17:21:19 +02:00
Update PostStatus.php
Fixed typo
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user