Skip to content

Commit 9345c17

Browse files
getsolarisgithub-actions[bot]
authored andcommitted
style: fix psr-12 code style issues
1 parent 1ef57aa commit 9345c17

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Attributes/Payment.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class Payment extends TossPayments implements AttributeInterface
6767
*/
6868
protected string $customerIdentityNumber;
6969

70-
7170
/**
7271
* @var int
7372
*/
@@ -372,8 +371,7 @@ public function keyIn(
372371
?string $customerEmail = null,
373372
?string $customerName = null,
374373
?Vbv $vbv = null
375-
): PromiseInterface|Response
376-
{
374+
): PromiseInterface|Response {
377375
$parameters = [];
378376
if ($cardPassword) {
379377
$parameters['cardPassword'] = $cardPassword;

src/Objects/Vbv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ public function __construct(string $cavv, string $xid, string $eci)
2525
$this->xid = $xid;
2626
$this->eci = $eci;
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)