Skip to content

Commit

Permalink
style: fix psr-12 code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
getsolaris authored and github-actions[bot] committed Nov 2, 2022
1 parent 7770055 commit 2e4ddba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attributes/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function confirm(): PromiseInterface|Response
*/
public function get(): PromiseInterface|Response
{
return $this->client->get($this->createEndpoint('/'. ($this->paymentKey ?? 'orders/' . $this->orderId)));
return $this->client->get($this->createEndpoint('/'.($this->paymentKey ?? 'orders/'.$this->orderId)));
}

/**
Expand Down

0 comments on commit 2e4ddba

Please sign in to comment.