Completed
Push — master ( 4e0ac1...20ed98 )
by Ítalo
06:47 queued 03:55
created
src/Traits/CommonContainerMethodsTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
 
373 373
     /**
374 374
      * {@inheritDoc}
375
-     * @return $this
375
+     * @return Map
376 376
      */
377 377
     public function groupBy($callback)
378 378
     {
@@ -393,7 +393,7 @@  discard block
 block discarded – undo
393 393
 
394 394
     /**
395 395
      * {@inheritDoc}
396
-     * @return $this
396
+     * @return Map
397 397
      */
398 398
     public function indexBy($callback)
399 399
     {
Please login to merge, or discard this patch.