Skip to content

Commit

Permalink
NTR: fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jun 27, 2024
1 parent 99150b0 commit bdb0802
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Compatibility/Gateway/CompatibilityGatewayInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ public function getSalesChannelID(SalesChannelContext $context): string;

/**
* @param string $salesChannelID
* @param ?string $token
* @param ?string $domainID
* @param string $token
* @return SalesChannelContext
*/
public function getSalesChannelContext(string $salesChannelID, ?string $domainID, string $token): SalesChannelContext;

/**
* @param SalesChannelContext $context
* @return string
* @return ?string
*/
public function getDomainId(SalesChannelContext $context): ?string;

Expand Down

0 comments on commit bdb0802

Please sign in to comment.