Skip to content

Commit

Permalink
middleware parameter types
Browse files Browse the repository at this point in the history
  • Loading branch information
emredipi committed Mar 31, 2024
1 parent 8f778fb commit b52bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CloudflarePagesMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class CloudflarePagesMiddleware
{
public function handle(Request $request, Closure $next, $ttl, $tags): Response
public function handle(Request $request, Closure $next, string $ttl, string $tags): Response
{
/** @var Response $response */
$response = $next($request);
Expand Down

0 comments on commit b52bcda

Please sign in to comment.