Skip to content
Snippets Groups Projects
Commit 1eefc067 authored by mark burdett's avatar mark burdett
Browse files

Make apcu backend explicitly nullable

parent cb7fe73f
No related branches found
No related tags found
No related merge requests found
Pipeline #119709 passed
......@@ -39,7 +39,7 @@ class CryptologMiddleware implements CryptologMiddlewareInterface, HttpKernelInt
public function __construct(
protected HttpKernelInterface $httpKernel,
protected CacheBackendInterface $cacheBackend,
ApcuBackendFactory $apcuBackendFactory = NULL,
?ApcuBackendFactory $apcuBackendFactory = NULL,
protected ?int $ttl = NULL,
) {
// Allow single-webhead sites to avoid database storage by injecting the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment