From fc2133087dd69258121693a7fb74707481661f1f Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Wed, 19 Aug 2020 19:29:39 +0200 Subject: [PATCH] Fixed PropertyInfo entry in UPGRADE-5.2 file --- UPGRADE-5.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-5.2.md b/UPGRADE-5.2.md index 3e44ed362a..7a542c00f5 100644 --- a/UPGRADE-5.2.md +++ b/UPGRADE-5.2.md @@ -26,7 +26,7 @@ PropertyAccess PropertyInfo ------------ - * Dropped the `enable_magic_call_extraction` context option in `ReflectionExtractor::getWriteInfo()` and `ReflectionExtractor::getReadInfo()` in favor of `enable_magic_methods_extraction`. + * Deprecated the `enable_magic_call_extraction` context option in `ReflectionExtractor::getWriteInfo()` and `ReflectionExtractor::getReadInfo()` in favor of `enable_magic_methods_extraction`. TwigBundle ----------