Skip to content

Commit 6370704

Browse files
committed
Apply fixes from StyleCI
1 parent b379436 commit 6370704

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

framework/core/tests/integration/api/registration_tokens/ResolveTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use PHPUnit\Framework\Attributes\Test;
1616

1717
/**
18-
* Tests for POST /api/registration-token
18+
* Tests for POST /api/registration-token.
1919
*
2020
* The token is submitted in the request body (not the URL) to keep it out of
2121
* server access logs, browser history, and Referer headers.
@@ -41,10 +41,10 @@ private function makeToken(array $attributes = []): RegistrationToken
4141
$this->app();
4242

4343
$defaults = [
44-
'provider' => 'github',
45-
'identifier' => 'gh-test-123',
44+
'provider' => 'github',
45+
'identifier' => 'gh-test-123',
4646
'user_attributes' => [],
47-
'payload' => [],
47+
'payload' => [],
4848
];
4949
$merged = array_merge($defaults, $attributes);
5050

0 commit comments

Comments
 (0)