PHP Version #25
Unanswered
softeca-maria-zorita
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it compatible with PHP 8.3 / 8.4? Is there a planned date to make it compatible?
I think there is a bug in the update (Too few arguments to function Yediyuz\CloudflareCache\CloudflarePagesMiddleware::handle(), 2 passed)
Shouldn't it be like this?
class CloudflarePagesMiddleware
{
public function handle(Request $request, Closure $next, ?string $ttl = null, ?string $tags = null): Response
Thanks
Beta Was this translation helpful? Give feedback.
All reactions