From c86a35d21b778d0c0543f899ba610f0b67735e4f Mon Sep 17 00:00:00 2001 From: Savvas Alexandrou Date: Mon, 10 Feb 2020 18:34:09 +0100 Subject: [PATCH] Remove experimental status from String component --- components/string.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/string.rst b/components/string.rst index 3db3a5df851..5da1fa2a88a 100644 --- a/components/string.rst +++ b/components/string.rst @@ -8,11 +8,6 @@ The String Component The String component provides a single object-oriented API to work with three "unit systems" of strings: bytes, code points and grapheme clusters. -.. versionadded:: 5.0 - - The String component was introduced in Symfony 5.0 as an - :doc:`experimental feature `. - Installation ------------