Skip to content

Commit 450cc36

Browse files
committed
clear phpcs warning
1 parent 7cd050b commit 450cc36

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Gateways/Klarna/KlarnaProcessor.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class KlarnaProcessor extends AbstractPaymentProcessor
99
{
10-
const DATA_REQUEST_META_KEY = '_buckaroo_klarna_data_request_key';
10+
public const DATA_REQUEST_META_KEY = '_buckaroo_klarna_data_request_key';
1111

1212
/** {@inheritDoc} */
1313
protected function getMethodBody(): array
@@ -183,5 +183,4 @@ private function getPhone(string $phone): string
183183

184184
return $phone;
185185
}
186-
187186
}

0 commit comments

Comments
 (0)