Skip to content

Commit

Permalink
fix: cherry pick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Oct 10, 2023
1 parent 8141cbf commit b0d0ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/Api/Client/AccountsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function updateUserShop(UpdateShop $shop)
/**
* @return CircuitBreaker
*/
public function getCircuitBreaker(): CircuitBreaker
public function getCircuitBreaker()
{
return $this->circuitBreaker;
}
Expand Down
2 changes: 1 addition & 1 deletion classes/Api/Client/SsoClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function refreshToken($refreshToken)
/**
* @return CircuitBreaker
*/
public function getCircuitBreaker(): CircuitBreaker
public function getCircuitBreaker()
{
return $this->circuitBreaker;
}
Expand Down

0 comments on commit b0d0ff2

Please sign in to comment.