From 9d37a1a82fb9a055c17e63a3e475cf0baa9d7e6e Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sat, 4 Oct 2025 20:49:48 +0200 Subject: [PATCH] Fix rst in igbinary in the cache documentation --- components/cache/adapters/redis_adapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cache/adapters/redis_adapter.rst b/components/cache/adapters/redis_adapter.rst index 503fc42454d..b7030cf5dc8 100644 --- a/components/cache/adapters/redis_adapter.rst +++ b/components/cache/adapters/redis_adapter.rst @@ -305,7 +305,7 @@ Encrypts cached data using Sodium for enhanced security:: DefaultMarshaller with igbinary Serialization ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Uses ``igbinary` for faster and more efficient serialization when available:: +Uses ``igbinary`` for faster and more efficient serialization when available:: $marshaller = new DefaultMarshaller(true);