Skip to content

Commit

Permalink
- Changed opening tags to fix coding violation
Browse files Browse the repository at this point in the history
- Reverted PaymentTokenInterfaceFactory, added ignoring coding standard, because renameing this will need to change a lot of files in different modules. I'll create a seperate PR for this change.
  • Loading branch information
dverkade committed Apr 18, 2017
1 parent facf6b4 commit 8f3d437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class AlgorithmFactory
public function __construct(
ObjectManagerInterface $objectManager,
ScopeConfigInterface $scopeConfig,
array $algorithms)
{
array $algorithms
) {
$this->objectManager = $objectManager;
$this->scopeConfig = $scopeConfig;
$this->algorithms = $algorithms;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

// @codingStandardsIgnoreFile
namespace Magento\Vault\Api\Data;

/**
Expand Down

0 comments on commit 8f3d437

Please sign in to comment.