Skip to content

Commit fe17608

Browse files
fix: update dock block for create method in InvalidArgumentException.php (#50762)
1 parent 7c0e6ad commit fe17608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Testing/Exceptions/InvalidArgumentException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ class InvalidArgumentException extends Exception
99
/**
1010
* Creates a new exception for an invalid argument.
1111
*
12+
* @param int $argument
13+
* @param string $type
1214
* @return static
1315
*/
1416
public static function create(int $argument, string $type): static

0 commit comments

Comments
 (0)