From f6cb654728f6d374c578353edefc7c41bc17c9d4 Mon Sep 17 00:00:00 2001 From: Bastian Allgeier Date: Mon, 11 Nov 2024 12:31:18 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20deprecate=20::strings=20just=20?= =?UTF-8?q?yet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Form/Form.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Form/Form.php b/src/Form/Form.php index 0eb692a8cc..85260707b2 100644 --- a/src/Form/Form.php +++ b/src/Form/Form.php @@ -275,8 +275,6 @@ protected static function prepareFieldsForLanguage( /** * Converts the data of fields to strings - * - * @deprecated 5.0.0 Use `::toStoredValues` instead */ public function strings($defaults = false): array {