Skip to content

Commit

Permalink
Fix static test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec authored and Amol Chaudhari committed Jan 29, 2019
1 parent 4ad7bd3 commit b136710
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/code/Magento/Swatches/Model/ResourceModel/Swatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
namespace Magento\Swatches\Model\ResourceModel;

/**
* @codeCoverageIgnore
* Swatch Resource Model
*
* @codeCoverageIgnore
* @api
* @since 100.0.2
*/
Expand All @@ -25,8 +26,10 @@ protected function _construct()
}

/**
* @param string $defaultValue
* Update default swatch option value.
*
* @param integer $id
* @param string $defaultValue
* @return void
*/
public function saveDefaultSwatchOption($id, $defaultValue)
Expand Down

0 comments on commit b136710

Please sign in to comment.