Skip to content

Commit 77ea206

Browse files
lloricodeactions-user
authored andcommitted
Fix styling
1 parent 81cf119 commit 77ea206

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/PaymayaClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function __construct(
5858

5959
$this->handler_stack = $handlerStack;
6060

61-
if ( ! is_null($this->handler_stack)) {
61+
if (! is_null($this->handler_stack)) {
6262
$this->handler_stack->push(Middleware::history($historyContainer));
6363
}
6464

tests/WebhookTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
class WebhookTest extends TestCase
1111
{
12-
1312
private static function sampleData(array $override = []): array
1413
{
1514
return $override + [

0 commit comments

Comments
 (0)