Completed
Push — master ( 1592db...0bc6c0 )
by Rudi
02:16
created
src/Map.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     /**
27 27
      * Creates an instance using the values of an array or Traversable object.
28 28
      *
29
-     * @param array|\Traversable|null $values
29
+     * @param Map $values
30 30
      */
31 31
     public function __construct($values = null)
32 32
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     /**
113 113
      * Merge an array of values with the current Map
114 114
      *
115
-     * @param array|\Traversable $values
115
+     * @param Map $values
116 116
      *
117 117
      * @return Map
118 118
      */
Please login to merge, or discard this patch.
src/Set.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * Creates a new set using the values of an array or Traversable object.
27 27
      * The keys of either will not be preserved.
28 28
      *
29
-     * @param array|\Traversable|null $values
29
+     * @param Set $values
30 30
      */
31 31
     public function __construct($values = null)
32 32
     {
Please login to merge, or discard this patch.