[TASK] Deprecate GeneralUtility::arrayToLogString()
The method arrayToLogString() within GeneralUtility is deprecated in favor of using own implementations, based on PSR-3. Still, the one place where this method was in use - ListSysLogCommand - moved the logic into its own protected method. Resolves: #85086 Releases: master Change-Id: If6815a5ea9e459258408458b97b7ee4ad901bd40 Reviewed-on: https://review.typo3.org/57056 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 2 additions, 0 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-85086-GeneralUtilityArrayToLogString.rst 37 additions, 0 deletions...ster/Deprecation-85086-GeneralUtilityArrayToLogString.rst
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php 11 additions, 4 deletions...guration/ExtensionScanner/Php/MethodCallStaticMatcher.php
- typo3/sysext/lowlevel/Classes/Command/ListSysLogCommand.php 22 additions, 2 deletionstypo3/sysext/lowlevel/Classes/Command/ListSysLogCommand.php
Please register or sign in to comment