Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdfloyd authored Mar 26, 2024
1 parent 254cba7 commit 07f7347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Pipelines/CartLine/GetUnitPrice.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class GetUnitPrice
/**
* Called just before cart totals are calculated.
*
* @return void
* @return mixed
*/
public function handle(CartLine $cartLine, Closure $next)
{
Expand Down

0 comments on commit 07f7347

Please sign in to comment.