Skip to content

Commit

Permalink
docs: fixed array rule typehint (#51372)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri authored May 10, 2024
1 parent d6123dd commit 42e6bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static function unless($condition, $rules, $defaultRules = [])
* Get an array rule builder instance.
*
* @param array|null $keys
* @return \Illuminate\Validation\ArrayRule
* @return \Illuminate\Validation\Rules\ArrayRule
*/
public static function array($keys = null)
{
Expand Down

0 comments on commit 42e6bda

Please sign in to comment.