Skip to content

Commit 76d2833

Browse files
committed
fix docblock
1 parent 5d37c0f commit 76d2833

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
@@ -3,6 +3,7 @@
33
namespace Illuminate\Support\Facades;
44

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

0 commit comments

Comments
 (0)