@@ -76,8 +76,8 @@ |
||
| 76 | 76 | /** |
| 77 | 77 | * @param int $argumentPosition |
| 78 | 78 | * @param string $function |
| 79 | - * @param string|string[] $expectedType |
|
| 80 | - * @param string $providedTypes |
|
| 79 | + * @param string|string[] $expectedTypes |
|
| 80 | + * @param string $providedType |
|
| 81 | 81 | * @return InvalidArgumentException |
| 82 | 82 | */ |
| 83 | 83 | public static function createInvalidArgumentException($argumentPosition, $function, $expectedTypes, $providedType) |