Skip to content

Commit 2e4ddba

Browse files
getsolarisgithub-actions[bot]
authored andcommitted
style: fix psr-12 code style issues
1 parent 7770055 commit 2e4ddba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attributes/Payment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function confirm(): PromiseInterface|Response
104104
*/
105105
public function get(): PromiseInterface|Response
106106
{
107-
return $this->client->get($this->createEndpoint('/'. ($this->paymentKey ?? 'orders/' . $this->orderId)));
107+
return $this->client->get($this->createEndpoint('/'.($this->paymentKey ?? 'orders/'.$this->orderId)));
108108
}
109109

110110
/**

0 commit comments

Comments
 (0)