From 442d9d8f32e04b56c8745c9c6837b73f2d8d0eed Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 16 Nov 2022 11:55:46 +1300 Subject: [PATCH] API Update deprecations --- src/StringTagField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StringTagField.php b/src/StringTagField.php index 556286f..090f006 100644 --- a/src/StringTagField.php +++ b/src/StringTagField.php @@ -36,7 +36,7 @@ class StringTagField extends DropdownField /** * @var bool Triggers a write call within the saveInto function if enabled * - * @deprecated 3.0.0 + * @deprecated 3.0.0 Will be removed without equivalent functionality to replace it */ private static $immediate_write_enabled = true;