mirror of
https://codeberg.org/vlw/php-xenum.git
synced 2025-09-13 20:23:41 +02:00
fix(doc): escape chars for md view
This commit is contained in:
parent
808eb20d62
commit
c581e6f508
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -28,10 +28,10 @@ All methods implemented by this library
|
||||||
|
|
||||||
Method
|
Method
|
||||||
--|
|
--|
|
||||||
[Enum::fromName(int|string|null): static](#enum--fromname)
|
[Enum::fromName(int\|string\|null): static](#enumfromname)
|
||||||
[Enum::tryFromName(int|string|null): static|null](#enum--tryfromname)
|
[Enum::tryFromName(int\|string\|null): static\|null](#enumtryfromname)
|
||||||
[Enum::names(): array](#enum--names)
|
[Enum::names(): array](#enumnames)
|
||||||
[Enum::values(): array](#enum--values)
|
[Enum::values(): array](#enumvalues)
|
||||||
|
|
||||||
## Enum::fromName()
|
## Enum::fromName()
|
||||||
|
|
||||||
|
@ -142,4 +142,4 @@ Requires PHP 8.0 or newer
|
||||||
enum HelloWorld {
|
enum HelloWorld {
|
||||||
use xEnum;
|
use xEnum;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue