Skip to content

Commit aa94cbc

Browse files
committed
AC-11970: Imposible to reorder configurable products with one checkbox selected custom option
1 parent 9fc3ba7 commit aa94cbc

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/Model/Product/Option/Type

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Model/Product/Option/Type/Select.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function __construct(
7070
* @param array $values All product option values, i.e. array (option_id => mixed, option_id => mixed...)
7171
* @return $this
7272
* @throws LocalizedException
73+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
7374
*/
7475
public function validateUserValue($values)
7576
{

0 commit comments

Comments
 (0)