Skip to content

Commit 34a57fa

Browse files
authored
Include missing PHPDoc signature for includeUnvalidatedArrayKeys() (#41186)
Co-authored-by: Jason Silver <[email protected]>
1 parent 91c60ea commit 34a57fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Validator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/**
66
* @method static \Illuminate\Contracts\Validation\Validator make(array $data, array $rules, array $messages = [], array $customAttributes = [])
7+
* @method static void includeUnvalidatedArrayKeys()
78
* @method static void excludeUnvalidatedArrayKeys()
89
* @method static void extend(string $rule, \Closure|string $extension, string $message = null)
910
* @method static void extendImplicit(string $rule, \Closure|string $extension, string $message = null)

0 commit comments

Comments
 (0)