Skip to content

Commit

Permalink
Improve Tappable::tap() return type (#39685)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon authored Nov 19, 2021
1 parent bee1299 commit d3c8c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Traits/Tappable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trait Tappable
* Call the given Closure with this instance then return the instance.
*
* @param callable|null $callback
* @return mixed
* @return $this|\Illuminate\Support\HigherOrderTapProxy
*/
public function tap($callback = null)
{
Expand Down

0 comments on commit d3c8c8e

Please sign in to comment.