Completed
Push — master ( 403adb...6f26bb )
by Lars
01:40
created
src/Arrayy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4896,7 +4896,7 @@  discard block
 block discarded – undo
4896 4896
     }
4897 4897
 
4898 4898
     /**
4899
-     * @param mixed      $path
4899
+     * @param string      $path
4900 4900
      * @param callable   $callable
4901 4901
      * @param array|null $currentOffset
4902 4902
      *
@@ -5039,7 +5039,7 @@  discard block
 block discarded – undo
5039 5039
     }
5040 5040
 
5041 5041
     /**
5042
-     * @param mixed $glue
5042
+     * @param string $glue
5043 5043
      * @param mixed $pieces
5044 5044
      * @param bool  $useKeys
5045 5045
      *
Please login to merge, or discard this patch.
src/Collection/CollectionInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -50,6 +50,7 @@
 block discarded – undo
50 50
      * Merge current items and items of given collections into a new one.
51 51
      *
52 52
      * @param CollectionInterface ...$collections The collections to merge.
53
+     * @param CollectionInterface[] $collections
53 54
      *
54 55
      * @throws \InvalidArgumentException if any of the given collections are not of the same type
55 56
      *
Please login to merge, or discard this patch.