Skip to content

Commit f20cd2d

Browse files
committed
Apply fixes from StyleCI
1 parent c9e3780 commit f20cd2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/WebhooksTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
use Laravel\Paddle\Events\SubscriptionCreated;
88
use Laravel\Paddle\Events\SubscriptionUpdated;
99
use Laravel\Paddle\Events\TransactionCompleted;
10+
use Laravel\Paddle\Events\TransactionUpdated;
1011
use Laravel\Paddle\Subscription;
1112
use Laravel\Paddle\Transaction;
12-
use Laravel\Paddle\Events\TransactionUpdated;
1313

1414
class WebhooksTest extends FeatureTestCase
1515
{
@@ -88,7 +88,7 @@ public function test_it_can_handle_a_transaction_updated_event()
8888
'totals' => [
8989
'total' => '1500',
9090
'tax' => '300',
91-
]
91+
],
9292
],
9393
'billed_at' => $billedAt = now()->addDay()->format('Y-m-d H:i:s'),
9494
],

0 commit comments

Comments
 (0)