Completed
Push — master ( d84682...296916 )
by Lars
02:12
created
src/Arrayy.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
   }
52 52
 
53 53
   /**
54
-   * @return mixed
54
+   * @return string
55 55
    */
56 56
   public function serialize()
57 57
   {
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
   /**
197 197
    * get the current array from the "Arrayy"-object
198 198
    *
199
-   * @return array
199
+   * @return null|callable
200 200
    */
201 201
   public function getArray()
202 202
   {
@@ -846,7 +846,7 @@  discard block
 block discarded – undo
846 846
    * @param int  $numberOfPieces
847 847
    * @param bool $keepKeys
848 848
    *
849
-   * @return array
849
+   * @return Arrayy
850 850
    */
851 851
   public function split($numberOfPieces = 2, $keepKeys = false)
852 852
   {
@@ -1244,8 +1244,8 @@  discard block
 block discarded – undo
1244 1244
   /**
1245 1245
    * Sort the current array and optional you can keep the keys.
1246 1246
    *
1247
-   * @param string|int $direction use SORT_ASC or SORT_DESC
1248
-   * @param int|string $strategy
1247
+   * @param integer $direction use SORT_ASC or SORT_DESC
1248
+   * @param integer $strategy
1249 1249
    * @param bool       $keepKeys
1250 1250
    *
1251 1251
    * @return Arrayy
Please login to merge, or discard this patch.