Skip to content

Commit a7a1337

Browse files
arukompasgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 211a551 commit a7a1337

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/Http/Middleware/EnsureFrontendRequestsAreStateful.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ protected static function isSameDomainRequest($request, $refererDomain)
114114

115115
/**
116116
* Resolve middleware class from config with fallback.
117-
*
118-
* @param string $configKey
119-
* @param string $default
120-
* @return string
121117
*/
122118
protected static function resolveMiddleware(string $configKey, string $default): string
123119
{

tests/Feature/Authorization/ApiAuthenticationTest.php

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

33
use Opcodes\LogViewer\Facades\LogViewer;
44

5-
use function Pest\Laravel\get;
65
use function Pest\Laravel\getJson;
76

87
test('auth callback is called for API routes', function () {

0 commit comments

Comments
 (0)