Skip to content

Commit 5b103b4

Browse files
committed
Fix indentation
1 parent 3f0316d commit 5b103b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Exception/InvalidArgumentException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class InvalidArgumentException extends DriverInvalidArgumentException implements
3232
/**
3333
* Thrown when an argument or option has an invalid type.
3434
*
35-
* @param string $name Name of the argument or option
36-
* @param mixed $value Actual value (used to derive the type)
35+
* @param string $name Name of the argument or option
36+
* @param mixed $value Actual value (used to derive the type)
3737
* @param string|list<string> $expectedType Expected type as a string or an array containing one or more strings
3838
* @return self
3939
*/

0 commit comments

Comments
 (0)