Skip to content

Commit 690e5d6

Browse files
committed
minor #21466 Fix RST in igbinary in the cache documentation (alexander-schranz)
This PR was merged into the 6.4 branch. Discussion ---------- Fix RST in igbinary in the cache documentation ```diff -``igbinary` +``igbinary`` ``` Commits ------- 9d37a1a Fix rst in igbinary in the cache documentation
2 parents d1f0ada + 9d37a1a commit 690e5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Encrypts cached data using Sodium for enhanced security::
305305
DefaultMarshaller with igbinary Serialization
306306
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
307307

308-
Uses ``igbinary` for faster and more efficient serialization when available::
308+
Uses ``igbinary`` for faster and more efficient serialization when available::
309309

310310
$marshaller = new DefaultMarshaller(true);
311311

0 commit comments

Comments
 (0)