Completed
Push — master ( 0f3a61...213fa3 )
by Lars
02:57
created
src/Arrayy.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
   }
209 209
 
210 210
   /**
211
-   * @return mixed
211
+   * @return string
212 212
    */
213 213
   public function serialize()
214 214
   {
@@ -1057,7 +1057,7 @@  discard block
 block discarded – undo
1057 1057
   /**
1058 1058
    * Internal mechanic of set method.
1059 1059
    *
1060
-   * @param mixed $key
1060
+   * @param string $key
1061 1061
    * @param mixed $value
1062 1062
    *
1063 1063
    * @return bool
@@ -1978,8 +1978,8 @@  discard block
 block discarded – undo
1978 1978
   /**
1979 1979
    * Sort the current array and optional you can keep the keys.
1980 1980
    *
1981
-   * @param string|int $direction use SORT_ASC or SORT_DESC
1982
-   * @param int|string $strategy
1981
+   * @param integer $direction use SORT_ASC or SORT_DESC
1982
+   * @param integer $strategy
1983 1983
    * @param bool       $keepKeys
1984 1984
    *
1985 1985
    * @return $this Return this Arrayy object.
@@ -2137,7 +2137,7 @@  discard block
 block discarded – undo
2137 2137
    * @param int  $numberOfPieces
2138 2138
    * @param bool $keepKeys
2139 2139
    *
2140
-   * @return array
2140
+   * @return Arrayy
2141 2141
    */
2142 2142
   public function split($numberOfPieces = 2, $keepKeys = false)
2143 2143
   {
Please login to merge, or discard this patch.