We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c08a7 commit b833dbcCopy full SHA for b833dbc
docs/usage/enum.md
@@ -57,8 +57,7 @@ $status = Status::active();
57
$status = Status::blocked();
58
```
59
60
-Static method helpers are implemented using [`__callStatic()`](https://www.php.net/manual/en/language.oop5)
61
-.overloading.php#object.callstatic).
+Static method helpers are implemented using [`__callStatic()`](https://www.php.net/manual/en/language.oop5.overloading.php#object.callstatic).
62
63
If you care about IDE autocompletion, you can either implement the static methods yourself:
64
0 commit comments