We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0e6ad commit fe17608Copy full SHA for fe17608
src/Illuminate/Testing/Exceptions/InvalidArgumentException.php
@@ -9,6 +9,8 @@ class InvalidArgumentException extends Exception
9
/**
10
* Creates a new exception for an invalid argument.
11
*
12
+ * @param int $argument
13
+ * @param string $type
14
* @return static
15
*/
16
public static function create(int $argument, string $type): static
0 commit comments