Completed
Push — master ( 914c2c...907858 )
by Rudi
03:08
created
src/Map.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
     /**
122 122
      * Merge an array of values with the current Map
123 123
      *
124
-     * @param array|\Traversable $values
124
+     * @param Map $values
125 125
      *
126 126
      * @return Map
127 127
      */
Please login to merge, or discard this patch.
src/Traits/GenericSequence.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
             throw new UnderflowException();
150 150
         }
151 151
 
152
-        return $this->array[ count($this) - 1];
152
+        return $this->array[count($this) - 1];
153 153
     }
154 154
 
155 155
     /**
Please login to merge, or discard this patch.