We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210ced0 commit 9790c1dCopy full SHA for 9790c1d
app/code/Magento/Catalog/Pricing/Price/CustomOptionPrice.php
@@ -30,6 +30,8 @@ class CustomOptionPrice extends AbstractPrice implements CustomOptionPriceInterf
30
* Get minimal and maximal option values
31
*
32
* @return array
33
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
34
+ * @SuppressWarnings(PHPMD.NPathComplexity)
35
*/
36
public function getValue()
37
{
0 commit comments