Completed
Push — master ( 930a49...e9b84e )
by Lars
15:39 queued 07:38
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   $callback
326 326
    * @param null|array $currentOffset
327 327
    */
@@ -2461,7 +2461,7 @@  discard block
 block discarded – undo
2461 2461
 
2462 2462
   /**
2463 2463
    * @param array      &$elements
2464
-   * @param int|string $direction
2464
+   * @param integer $direction
2465 2465
    * @param int        $strategy
2466 2466
    * @param bool       $keepKeys
2467 2467
    */
Please login to merge, or discard this patch.