Skip to content

Commit

Permalink
[Task]: Update PHPDoc in PriceSystemInterface to fix PHPStan (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored May 7, 2024
1 parent 9c9292c commit 0761e7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PriceSystem/PriceSystemInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public function filterProductIds(array $productIds, ?float $fromPrice, ?float $t
*
* Should be overwritten in custom price systems with suitable implementation.
*
* @param CheckoutableInterface&Concrete $product
*
*/
public function getTaxClassForProduct(CheckoutableInterface $product): OnlineShopTaxClass;
Expand Down

0 comments on commit 0761e7c

Please sign in to comment.