Completed
Push — master ( a63e56...2a8233 )
by Lars
02:33
created
src/Arrayy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
   /**
183 183
    * get the current array from the "Arrayy"-object
184 184
    *
185
-   * @return array
185
+   * @return null|callable
186 186
    */
187 187
   public function getArray()
188 188
   {
@@ -783,7 +783,7 @@  discard block
 block discarded – undo
783 783
    * @param int   $numberOfPieces
784 784
    * @param bool  $preserveKeys
785 785
    *
786
-   * @return array
786
+   * @return Arrayy
787 787
    */
788 788
   public function split($numberOfPieces = 2, $preserveKeys = false)
789 789
   {
Please login to merge, or discard this patch.