Skip to content

Commit 93265e6

Browse files
committed
phpcs fix
1 parent 4ad2885 commit 93265e6

File tree

2 files changed

+5
-4
lines changed
  • app/code/Magento/Catalog/Model/Product/Type
  • dev/tests/integration/testsuite/Magento/GroupedProduct/Pricing/Price

2 files changed

+5
-4
lines changed

app/code/Magento/Catalog/Model/Product/Type/Price.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,13 +499,14 @@ public function getFormattedTierPrice($qty, $product)
499499
return $price;
500500
}
501501

502+
502503
/**
503504
* Get formatted by currency tier price
504505
*
505-
* @param float $qty
506-
* @param Product $product
506+
* @param float $qty
507+
* @param $product
507508
*
508-
* @return array|float
509+
* @return array|float
509510
*
510511
* @deprecated
511512
* @see getFormattedTierPrice()

dev/tests/integration/testsuite/Magento/GroupedProduct/Pricing/Price/FinalPriceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* Class FinalPriceTest
14-
*
14+
*
1515
* @package Magento\GroupedProduct\Pricing\Price
1616
*/
1717
class FinalPriceTest extends \PHPUnit\Framework\TestCase

0 commit comments

Comments
 (0)