Skip to content

Commit 8c84365

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 24c2984 commit 8c84365

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/Http/Middleware/UkraineMirror.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function __construct(protected Mirror $mirror) {}
1414
/**
1515
* Handle an incoming request.
1616
*
17-
* @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
17+
* @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
1818
*/
1919
public function handle(Request $request, Closure $next): Response
2020
{

app/Services/Mirror.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function hasMirror(): bool
2121
*
2222
* @param string $currentUrl
2323
* @param string $baseUrl
24+
*
2425
* @return bool
2526
*/
2627
protected function isMirror(string $currentUrl, string $baseUrl): bool

0 commit comments

Comments
 (0)