We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c2984 commit 8c84365Copy full SHA for 8c84365
app/Http/Middleware/UkraineMirror.php
@@ -14,7 +14,7 @@ public function __construct(protected Mirror $mirror) {}
14
/**
15
* Handle an incoming request.
16
*
17
- * @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
+ * @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
18
*/
19
public function handle(Request $request, Closure $next): Response
20
{
app/Services/Mirror.php
@@ -21,6 +21,7 @@ public function hasMirror(): bool
21
22
* @param string $currentUrl
23
* @param string $baseUrl
24
+ *
25
* @return bool
26
27
protected function isMirror(string $currentUrl, string $baseUrl): bool
0 commit comments