Completed
Push — master ( 78e0cb...8490a5 )
by Lars
02:31
created
src/Arrayy.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -441,7 +441,7 @@  discard block
 block discarded – undo
441 441
   }
442 442
 
443 443
   /**
444
-   * @return mixed
444
+   * @return string
445 445
    */
446 446
   public function serialize()
447 447
   {
@@ -1251,7 +1251,7 @@  discard block
 block discarded – undo
1251 1251
    * @param int  $numberOfPieces
1252 1252
    * @param bool $keepKeys
1253 1253
    *
1254
-   * @return array
1254
+   * @return Arrayy
1255 1255
    */
1256 1256
   public function split($numberOfPieces = 2, $keepKeys = false)
1257 1257
   {
@@ -1446,7 +1446,7 @@  discard block
 block discarded – undo
1446 1446
   /**
1447 1447
    * Internal mechanic of set method.
1448 1448
    *
1449
-   * @param mixed $key
1449
+   * @param string $key
1450 1450
    * @param mixed $value
1451 1451
    *
1452 1452
    * @return bool
@@ -1732,8 +1732,8 @@  discard block
 block discarded – undo
1732 1732
   /**
1733 1733
    * Sort the current array and optional you can keep the keys.
1734 1734
    *
1735
-   * @param string|int $direction use SORT_ASC or SORT_DESC
1736
-   * @param int|string $strategy
1735
+   * @param integer $direction use SORT_ASC or SORT_DESC
1736
+   * @param integer $strategy
1737 1737
    * @param bool       $keepKeys
1738 1738
    *
1739 1739
    * @return Arrayy
Please login to merge, or discard this patch.