Skip to content

Commit 9790c1d

Browse files
author
Yu Tang
committed
MAGETWO-36325: Catalog Prices on Frontend do not include the cost of required Custom Option
- Fix static test failure
1 parent 210ced0 commit 9790c1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Pricing/Price/CustomOptionPrice.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class CustomOptionPrice extends AbstractPrice implements CustomOptionPriceInterf
3030
* Get minimal and maximal option values
3131
*
3232
* @return array
33+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
34+
* @SuppressWarnings(PHPMD.NPathComplexity)
3335
*/
3436
public function getValue()
3537
{

0 commit comments

Comments
 (0)