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 2d319b6 commit b5e0fe1Copy full SHA for b5e0fe1
src/Exception/InvalidArgumentException.php
@@ -32,8 +32,8 @@ class InvalidArgumentException extends DriverInvalidArgumentException implements
32
/**
33
* Thrown when an argument or option has an invalid type.
34
*
35
- * @param string $name Name of the argument or option
36
- * @param mixed $value Actual value (used to derive the type)
+ * @param string $name Name of the argument or option
+ * @param mixed $value Actual value (used to derive the type)
37
* @param string|list<string> $expectedType Expected type as a string or an array containing one or more strings
38
* @return self
39
*/
0 commit comments