Skip to content

Commit cd00ca6

Browse files
author
Dominik Liebler
authored
Merge pull request DesignPatternsPHP#468 from jamielsharief/patch-1
Update PostStatus.php
2 parents 6b222a2 + be700e2 commit cd00ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

More/Repository/Domain/PostStatus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function toInt(): int
5353

5454
/**
5555
* there is a reason that I avoid using __toString() as it operates outside of the stack in PHP
56-
* and is therefor not able to operate well with exceptions
56+
* and is therefore not able to operate well with exceptions
5757
*/
5858
public function toString(): string
5959
{

0 commit comments

Comments
 (0)