We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b222a2 commit be700e2Copy full SHA for be700e2
More/Repository/Domain/PostStatus.php
@@ -53,7 +53,7 @@ public function toInt(): int
53
54
/**
55
* 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
+ * and is therefore not able to operate well with exceptions
57
*/
58
public function toString(): string
59
{
0 commit comments