mirror of
https://codeberg.org/reflect/reflect-rules-plugin.git
synced 2025-09-14 00:43:42 +02:00
fix(doc): Type::ENUM anchor link fix
This commit is contained in:
parent
e9a855aed0
commit
c3beb88a1b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Type|Description
|
|||
`Type::BOOLEAN`|Value must be a boolean or ([**considered bool for GET rules**](#boolean-coercion-from-string-for-search-parameters))
|
||||
`Type::ARRAY`|Value must be a JSON array
|
||||
`Type::OBJECT`|Value must be a JSON object
|
||||
`Type::ENUM`|Value must be exactly one of pre-defined values ([**more information**](#type-enum))
|
||||
`Type::ENUM`|Value must be exactly one of pre-defined values ([**more information**](#typeenum))
|
||||
`Type::NULL`|Value must be null or ([**considered null for GET rules**](#null-coercion-from-string-for-search-parameters))
|
||||
|
||||
#### `Type::ENUM`
|
||||
|
|
Loading…
Add table
Reference in a new issue