Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arjasco committed Feb 3, 2017
1 parent c3219a6 commit 5cd2eda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ public function pipe(callable $callback)
public function tap(callable $callback)
{
$callback(new static($this->items));

return $this;
}

Expand Down

0 comments on commit 5cd2eda

Please sign in to comment.