Completed
Push — master ( 3c31a4...f56e40 )
by Lars
02:22
created
src/Arrayy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -321,7 +321,7 @@  discard block
 block discarded – undo
321 321
   }
322 322
 
323 323
   /**
324
-   * @param mixed      $path
324
+   * @param string      $path
325 325
    * @param callable   $callable
326 326
    * @param null|array $currentOffset
327 327
    */
@@ -2504,7 +2504,7 @@  discard block
 block discarded – undo
2504 2504
 
2505 2505
   /**
2506 2506
    * @param array      &$elements
2507
-   * @param int|string $direction
2507
+   * @param integer $direction
2508 2508
    * @param int        $strategy
2509 2509
    * @param bool       $keepKeys
2510 2510
    */
Please login to merge, or discard this patch.