Skip to content

Commit b833dbc

Browse files
committed
Fix docs
1 parent 50c08a7 commit b833dbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/usage/enum.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ $status = Status::active();
5757
$status = Status::blocked();
5858
```
5959

60-
Static method helpers are implemented using [`__callStatic()`](https://www.php.net/manual/en/language.oop5)
61-
.overloading.php#object.callstatic).
60+
Static method helpers are implemented using [`__callStatic()`](https://www.php.net/manual/en/language.oop5.overloading.php#object.callstatic).
6261

6362
If you care about IDE autocompletion, you can either implement the static methods yourself:
6463

0 commit comments

Comments
 (0)