Completed
Push — master ( 59b1a5...9862f5 )
by Nikita
03:56
created
src/Composer.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -345,7 +345,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      *
Please login to merge, or discard this patch.