@@ -345,7 +345,6 @@ discard block |
||
| 345 | 345 | * Insert a key after a specific key in an array. If key doesn't exist, value is appended |
| 346 | 346 | * to the end of the array. |
| 347 | 347 | * |
| 348 | - * @param array $array |
|
| 349 | 348 | * @param string $key |
| 350 | 349 | * @param integer $newKey |
| 351 | 350 | * |
@@ -363,7 +362,6 @@ discard block |
||
| 363 | 362 | * Insert a key before a specific key in an array. If key doesn't exist, value is prepended |
| 364 | 363 | * to the beginning of the array. |
| 365 | 364 | * |
| 366 | - * @param array $array |
|
| 367 | 365 | * @param string $key |
| 368 | 366 | * @param integer $newKey |
| 369 | 367 | * |