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 9fc3ba7 commit aa94cbcCopy full SHA for aa94cbc
app/code/Magento/Catalog/Model/Product/Option/Type/Select.php
@@ -70,6 +70,7 @@ public function __construct(
70
* @param array $values All product option values, i.e. array (option_id => mixed, option_id => mixed...)
71
* @return $this
72
* @throws LocalizedException
73
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
74
*/
75
public function validateUserValue($values)
76
{
0 commit comments