Completed
Push — master ( 7eea62...298caf )
by Rudi
15s queued 11s
created
src/Set.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,8 @@
 block discarded – undo
270 270
      * @psalm-param callable(TValue): TNewValue $callback
271 271
      * @psalm-return Set<TNewValue>
272 272
      */
273
-    public function map(callable $callback) {
273
+    public function map(callable $callback)
274
+    {
274 275
         return new self(array_map($callback, $this->toArray()));
275 276
     }
276 277
 
Please login to merge, or discard this patch.