From 0761e7c4d42713a00513d7710aab279a67c75161 Mon Sep 17 00:00:00 2001 From: JiaJia Ji Date: Tue, 7 May 2024 09:47:23 +0200 Subject: [PATCH] [Task]: Update PHPDoc in PriceSystemInterface to fix PHPStan (#183) --- src/PriceSystem/PriceSystemInterface.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PriceSystem/PriceSystemInterface.php b/src/PriceSystem/PriceSystemInterface.php index 7e4d0361..9aaca531 100644 --- a/src/PriceSystem/PriceSystemInterface.php +++ b/src/PriceSystem/PriceSystemInterface.php @@ -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;