Skip to content

Commit b136710

Browse files
nmalevanecAmol Chaudhari
authored andcommitted
Fix static test.
1 parent 4ad7bd3 commit b136710

File tree

1 file changed

+5
-2
lines changed
  • app/code/Magento/Swatches/Model/ResourceModel

1 file changed

+5
-2
lines changed

app/code/Magento/Swatches/Model/ResourceModel/Swatch.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
namespace Magento\Swatches\Model\ResourceModel;
88

99
/**
10-
* @codeCoverageIgnore
1110
* Swatch Resource Model
11+
*
12+
* @codeCoverageIgnore
1213
* @api
1314
* @since 100.0.2
1415
*/
@@ -25,8 +26,10 @@ protected function _construct()
2526
}
2627

2728
/**
28-
* @param string $defaultValue
29+
* Update default swatch option value.
30+
*
2931
* @param integer $id
32+
* @param string $defaultValue
3033
* @return void
3134
*/
3235
public function saveDefaultSwatchOption($id, $defaultValue)

0 commit comments

Comments
 (0)