From 0fba2c0c0ac7158926900a0eb99b5492f0861ecf Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Wed, 26 Feb 2020 22:13:11 +0100 Subject: [PATCH] Re-add util class and mark it as deprecated This would be the only breaking change in beta.12. Let's stick to our backwards compatibility promise / intentions as much as possible, even if we assume the class has not been used anywhere. This BC layer will be removed again for beta.13. Refs #1975. --- src/Util/Str.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/Util/Str.php diff --git a/src/Util/Str.php b/src/Util/Str.php new file mode 100644 index 000000000..15870a156 --- /dev/null +++ b/src/Util/Str.php @@ -0,0 +1,23 @@ +