Skip to content

Commit

Permalink
[MID-21] Fix CS Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mavlyan committed Sep 13, 2017
1 parent 163bfbb commit 456c406
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Helper/Discount.php
Expand Up @@ -36,9 +36,7 @@ public function __construct(
\Magento\Framework\Encryption\Encryptor $encryptor,
\Magento\Framework\HTTP\Client\Curl $curl,
\Magento\Catalog\Model\ProductRepository $productRepository
)
{

) {
parent::__construct(
$context,
$loggerFactory,
Expand All @@ -56,7 +54,6 @@ public function __construct(
*/
const VERSION = '1.0.3';


// @codingStandardsIgnoreStart
/**
* Returns item's data as array with properly calculated discount
Expand Down

0 comments on commit 456c406

Please sign in to comment.