Skip to content

Commit 4927e56

Browse files
committed
Fixed coding style errors.
1 parent 6baf928 commit 4927e56

File tree

2 files changed

+4
-1
lines changed
  • app/code/Magento/Catalog/Model/Product/Option/Validator
  • dev/tests/api-functional/testsuite/Magento/Catalog/Api/_files

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
use Magento\Catalog\Model\Product\Option;
1010

11+
/**
12+
* Select validator class
13+
*/
1114
class Select extends DefaultValidator
1215
{
1316
/**

dev/tests/api-functional/testsuite/Magento/Catalog/Api/_files/product_options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@
153153
'price_type' => 'fixed',
154154
'sku' => 'time option sku',
155155
],
156-
];
156+
];

0 commit comments

Comments
 (0)