Skip to content

Commit b19e527

Browse files
committed
Code Format Applied
1 parent 0973019 commit b19e527

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

includes/Integration/AvailableCurrencies.php

-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ public function get(): ResponseInterface {
1818
$this->get_headers()
1919
);
2020
}
21-
2221
}

includes/Rest/EndpointInterface.php

-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ interface EndpointInterface {
88
* @return Client
99
*/
1010
public function get_client(): Client;
11-
1211
}

includes/Services/ApiStatusService.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use lloc\Nowpayments\Integration\ApiStatus;
66

7-
class ApiStatusService
8-
{
7+
class ApiStatusService {
8+
99

1010
public function __construct(
1111
private readonly ApiStatus $api_status
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
<?php
22
// Silence is golden.
3-

tests/Integration/TestMinimumPaymentAmount.php

-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ public function test_get(): void {
2828

2929
$this->assertEquals( $response, $estimates->get() );
3030
}
31-
3231
}

0 commit comments

Comments
 (0)