Skip to content

Commit

Permalink
Merge pull request #1446 from spryker-shop/bugfix/frw-1162/dev-fix-do…
Browse files Browse the repository at this point in the history
…cblock-for-collections

Auto-merge based on green CI result.
  • Loading branch information
spryker-release-bot authored Nov 20, 2023
2 parents 29f3316 + 0c9c67c commit 0913b69
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 37 deletions.
74 changes: 37 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ protected function getIdUserByUsername(string $username): int
}

/**
* @psalm-suppress MissingTemplateParam
*
* @param int $idUser
*
* @return \Generated\Shared\Transfer\UserTransfer|null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,8 @@ protected function updateAbstractAvailabilityQuantity(
}

/**
* @psalm-suppress MissingTemplateParam
*
* @return array<string>
*/
protected function getBundleProductAbstractSkus(): array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class IsOrderPaidConditionPlugin extends AbstractPlugin implements ConditionInte
*
* @api
*
* @psalm-suppress MissingTemplateParam
*
* @param \Orm\Zed\Sales\Persistence\SpySalesOrderItem $orderItem
*
* @return bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ public function __construct(
}

/**
* @psalm-suppress MissingTemplateParam
*
* @param array<\Generated\Shared\Transfer\ProductConcreteTransfer> $productConcreteTransfers
* @param array<\Generated\Shared\Transfer\ProductConcretePageSearchTransfer> $productConcretePageSearchTransfers
*
Expand Down

0 comments on commit 0913b69

Please sign in to comment.