Skip to content

Commit be700e2

Browse files
Update PostStatus.php
Fixed typo
1 parent 6b222a2 commit be700e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

More/Repository/Domain/PostStatus.php

+1-1
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)