Skip to content

Commit ca9de51

Browse files
committed
phpcs fix
1 parent 09b94a6 commit ca9de51

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Model/Product/Type

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,8 @@ public function getFormattedPrice($product)
527527
/**
528528
* Get formatted by currency product price
529529
*
530-
* @param Product $product
531-
* @return array || float
530+
* @param Product $product
531+
* @return array|float
532532
*
533533
* @deprecated
534534
* @see getFormattedPrice()

0 commit comments

Comments
 (0)