Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer committed Nov 26, 2020
1 parent 6a4d119 commit ed0bf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Map.php
Expand Up @@ -2716,7 +2716,7 @@ public function take( int $size, $offset = 0 ) : self
*
* @param callable $callback Function receiving ($map) parameter
* @return self Same map for fluid interface
*/
*/
public function tap( callable $callback ) : self
{
$callback( clone $this );
Expand Down

0 comments on commit ed0bf47

Please sign in to comment.