Completed
Push — master ( 213fa3...a80ca9 )
by Lars
03:25
created
src/Arrayy.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1084,7 +1084,7 @@  discard block
 block discarded – undo
1084 1084
   /**
1085 1085
    * Internal mechanic of set method.
1086 1086
    *
1087
-   * @param mixed $key
1087
+   * @param string $key
1088 1088
    * @param mixed $value
1089 1089
    *
1090 1090
    * @return bool
@@ -2057,8 +2057,8 @@  discard block
 block discarded – undo
2057 2057
   /**
2058 2058
    * Sort the current array and optional you can keep the keys.
2059 2059
    *
2060
-   * @param string|int $direction use SORT_ASC or SORT_DESC
2061
-   * @param int|string $strategy
2060
+   * @param integer $direction use SORT_ASC or SORT_DESC
2061
+   * @param integer $strategy
2062 2062
    * @param bool       $keepKeys
2063 2063
    *
2064 2064
    * @return self (Mutable) Return this Arrayy object.
@@ -2216,7 +2216,7 @@  discard block
 block discarded – undo
2216 2216
    * @param int  $numberOfPieces
2217 2217
    * @param bool $keepKeys
2218 2218
    *
2219
-   * @return array
2219
+   * @return Arrayy
2220 2220
    */
2221 2221
   public function split($numberOfPieces = 2, $keepKeys = false)
2222 2222
   {
Please login to merge, or discard this patch.