From a31410c829e4da45411498359f551f3c1a41e8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Na=CC=88gler?= <frank.naegler@typo3.org> Date: Fri, 22 Jan 2016 10:08:30 +0100 Subject: [PATCH] [FOLLOWUP][TASK] Deprecate some functions not in use anymore in the core Update the RST file Resolves: #72851 Releases: master Change-Id: I4258be69fd69a698f323854bd9caaa633c5e4807 Reviewed-on: https://review.typo3.org/46147 Reviewed-by: Michael Oehlhof <typo3@oehlhof.de> Tested-by: Michael Oehlhof <typo3@oehlhof.de> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> --- ...n-72851-DeprecateSomeFunctionsNotInUseAnymoreInTheCore.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typo3/sysext/core/Documentation/Changelog/master/Deprecation-72851-DeprecateSomeFunctionsNotInUseAnymoreInTheCore.rst b/typo3/sysext/core/Documentation/Changelog/master/Deprecation-72851-DeprecateSomeFunctionsNotInUseAnymoreInTheCore.rst index ae3a1d98d650..c2a0cba57614 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Deprecation-72851-DeprecateSomeFunctionsNotInUseAnymoreInTheCore.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Deprecation-72851-DeprecateSomeFunctionsNotInUseAnymoreInTheCore.rst @@ -5,7 +5,7 @@ Deprecation: #72851 - Deprecate some functions not in use anymore in the core Description =========== -The following unused methods has been marked as deprecated: +The following unused methods have been marked as deprecated: ``BackendUtility::processParams()`` ``BackendUtility::makeConfigForm()`` @@ -23,4 +23,4 @@ Calling one of the aforementioned methods will trigger a deprecation log entry. Affected Installations ====================== -Instances with custom backend modules that use one of the aforementioned methods. \ No newline at end of file +Instances with custom backend modules that use one of the aforementioned methods. -- GitLab