@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | } |
84 | 84 | |
85 | 85 | /** |
86 | - * @param string|int $offset |
|
86 | + * @param null|string $offset |
|
87 | 87 | * @param mixed $value |
88 | 88 | * |
89 | 89 | * @throws \Exception |
@@ -114,6 +114,7 @@ discard block |
||
114 | 114 | * |
115 | 115 | * This will only accept variables as input. |
116 | 116 | * |
117 | + * @param string[] $item |
|
117 | 118 | * @return self |
118 | 119 | * @throws \Exception |
119 | 120 | */ |
@@ -287,8 +288,8 @@ discard block |
||
287 | 288 | * Change the position of item at $offset1 in the internal array to be at |
288 | 289 | * the position of item at $offset2 and vise versa. |
289 | 290 | * |
290 | - * @param $offset1 |
|
291 | - * @param $offset2 |
|
291 | + * @param integer $offset1 |
|
292 | + * @param integer $offset2 |
|
292 | 293 | * |
293 | 294 | * @return self |
294 | 295 | * |