Skip to content

Commit 78ba6ed

Browse files
Removed the duplicated use in the validation documentation sentence for clarity (#10226)
1 parent c589443 commit 78ba6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ A _ratio_ constraint should be represented as width divided by height. This can
14271427
'avatar' => 'dimensions:ratio=3/2'
14281428
```
14291429

1430-
Since this rule requires several arguments, it is often more convenient to use use the `Rule::dimensions` method to fluently construct the rule:
1430+
Since this rule requires several arguments, it is often more convenient to use the `Rule::dimensions` method to fluently construct the rule:
14311431

14321432
```php
14331433
use Illuminate\Support\Facades\Validator;

0 commit comments

Comments
 (0)