Skip to content

Commit

Permalink
refactor #14741 [CS][DX] Refactor ()
Browse files Browse the repository at this point in the history
This PR was merged into the 1.13 branch.

Discussion
----------

This PR has been generated automatically.
For more details see [refactor.yml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yml).

Commits
-------

a0fa620 [CS][DX] Refactor
  • Loading branch information
GSadee committed Jan 23, 2023
2 parents 09f46d6 + a0fa620 commit 9573582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ private function getLastResponse(): Response

private function getProductTaxonId(ProductInterface $product): string
{
$productResponse = $this->client->show(Resources::PRODUCTS, (string)$product->getCode());
$productResponse = $this->client->show(Resources::PRODUCTS, (string) $product->getCode());
$productTaxonUrl = explode('/', $this->responseChecker->getValue($productResponse, 'productTaxons')[0]);

return array_pop($productTaxonUrl);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function let(
'10 months',
$logger,
$objectManager,
100
100,
);
}

Expand Down

0 comments on commit 9573582

Please sign in to comment.