Skip to content

Commit

Permalink
magento#271: [My Account] Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
furseyev committed Jul 9, 2019
1 parent 7ca7acc commit 1c30336
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function __construct(
* Get allowed customer attributes
*
* @param array $attributeKeys
* @param $addRequiredAttributes
* @param bool $addRequiredAttributes
*
* @throws GraphQlInputException
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public function execute(CustomerInterface $customer, array $data): void
throw new GraphQlNoSuchEntityException(__($exception->getMessage()), $exception);
}


$this->saveCustomer->execute($customer);

if (isset($data['is_subscribed'])) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct(GetAllowedCustomerAttributes $getAllowedCustomerAttr
* Validate customer data
*
* @param array $customerData
* @param $addRequiredAttributes
* @param bool $addRequiredAttributes
*
* @return void
*
Expand Down

0 comments on commit 1c30336

Please sign in to comment.