Skip to content

Commit b0c73f7

Browse files
dtorrasgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 2b14dbc commit b0c73f7

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

src/Controllers/RedsysNotificationController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ class RedsysNotificationController
1818
{
1919
public function __construct(
2020
private HandleRedsysResponse $handleRedsysResponse,
21-
) {
22-
}
21+
) {}
2322

2423
/**
2524
* @throws DeniedRedsysPaymentResponseException

src/Events/RedsysNotificationEvent.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ class RedsysNotificationEvent
1010

1111
public function __construct(
1212
public array $fields,
13-
) {
14-
}
13+
) {}
1514
}

src/Events/RedsysSuccessfulEvent.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ class RedsysSuccessfulEvent
1212
public function __construct(
1313
public Request $redsysPayment,
1414
public array $notificationData,
15-
) {
16-
}
15+
) {}
1716
}

src/Events/RedsysUnsuccessfulEvent.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ class RedsysUnsuccessfulEvent
1212
public function __construct(
1313
public Request $redsysPayment,
1414
public string $errorMessage,
15-
) {
16-
}
15+
) {}
1716
}

src/Exceptions/RedsysRequestNotFound.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
namespace Creagia\LaravelRedsys\Exceptions;
44

5-
class RedsysRequestNotFound extends \Exception
6-
{
7-
}
5+
class RedsysRequestNotFound extends \Exception {}

0 commit comments

Comments
 (0)