Skip to content

Commit 8ee7ea8

Browse files
committed
updated
1 parent 7584822 commit 8ee7ea8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is especially useful when dealing with json data request, before using the
2020
you can afterward check the value of those keys with your business logic without worrying about the type or presence of any key value.
2121

2222
# How to use
23-
##### 7 Usages
23+
##### 8 Usages
2424

2525
## 1- General validation "à la carte" (stateless)
2626

@@ -133,7 +133,6 @@ new StrictValidationFromSchema($schema, $arrayToValidate);
133133

134134
## 8- Validation and Strict Validation with ValidationBuilder
135135

136-
137136
```php
138137
$validation = new ValidationBuilder();
139138
$validation

0 commit comments

Comments
 (0)