From 89560560c44429bd0bd2326e529ba3a611ad3356 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Mon, 20 Nov 2023 15:04:38 +0100 Subject: [PATCH] fix(doc): GitHub md highliting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b936e5..b4df7a1 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Value|Coerced to Any other value will cause the `type()` rule to fail. -> **Note** +> [!IMPORTANT] > This coercion is only applies for `Ruleset->GET()`. `Ruleset->POST()` will enforce real `true` and `type` values since it's JSON #### Null coercion from string for search parameters @@ -122,7 +122,7 @@ Search parameters are read as strings, a null value is therefor coerced from an Any value that isn't an empty string will cause the `type()` rule to fail. -> **Note** +> [!IMPORTANT] > This coercion is only applies for `Ruleset->GET()`. `Ruleset->POST()` will enforce the real `null` value since it's JSON ## `min()` @@ -151,4 +151,4 @@ Type|Expects `Type::STRING`|String length to be smaller or equal to provided value `Type::ARRAY`, `Type::OBJECT`|Array size or object key count to be smaller or equal to provided value -**`max()` will not have an effect on [`Type`](#types)s not provided in this list.** \ No newline at end of file +**`max()` will not have an effect on [`Type`](#types)s not provided in this list.**