From fe176089bc6920206470f73c424266b4bd6010da Mon Sep 17 00:00:00 2001 From: "S.a Mahmoudzadeh" <36761585+saMahmoudzadeh@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:30:16 +0330 Subject: [PATCH] fix: update dock block for create method in InvalidArgumentException.php (#50762) --- src/Illuminate/Testing/Exceptions/InvalidArgumentException.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Illuminate/Testing/Exceptions/InvalidArgumentException.php b/src/Illuminate/Testing/Exceptions/InvalidArgumentException.php index c05ed94d8fb4..3722c41b9eb3 100644 --- a/src/Illuminate/Testing/Exceptions/InvalidArgumentException.php +++ b/src/Illuminate/Testing/Exceptions/InvalidArgumentException.php @@ -9,6 +9,8 @@ class InvalidArgumentException extends Exception /** * Creates a new exception for an invalid argument. * + * @param int $argument + * @param string $type * @return static */ public static function create(int $argument, string $type): static