Skip to content

Commit 42e6bda

Browse files
authored
docs: fixed array rule typehint (#51372)
1 parent d6123dd commit 42e6bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/Rule.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static function unless($condition, $rules, $defaultRules = [])
6464
* Get an array rule builder instance.
6565
*
6666
* @param array|null $keys
67-
* @return \Illuminate\Validation\ArrayRule
67+
* @return \Illuminate\Validation\Rules\ArrayRule
6868
*/
6969
public static function array($keys = null)
7070
{

0 commit comments

Comments
 (0)