@@ -4439,7 +4439,7 @@ discard block |
||
4439 | 4439 | } |
4440 | 4440 | |
4441 | 4441 | /** |
4442 | - * @param mixed $path |
|
4442 | + * @param string $path |
|
4443 | 4443 | * @param callable $callable |
4444 | 4444 | * @param array|null $currentOffset |
4445 | 4445 | */ |
@@ -4534,7 +4534,7 @@ discard block |
||
4534 | 4534 | } |
4535 | 4535 | |
4536 | 4536 | /** |
4537 | - * @param mixed $glue |
|
4537 | + * @param string $glue |
|
4538 | 4538 | * @param mixed $pieces |
4539 | 4539 | * @param bool $useKeys |
4540 | 4540 | * |
@@ -83,7 +83,7 @@ |
||
83 | 83 | * to |
84 | 84 | * true, otherwise this option didn't not work anyway. |
85 | 85 | * </p> |
86 | - * @param TypeCheckArray|TypeCheckInterface[]|null $type |
|
86 | + * @param null|TypeCheckArray $type |
|
87 | 87 | */ |
88 | 88 | public function __construct( |
89 | 89 | $data = [], |