[TASK] Use stdWrapValue where possible (part 2)
This is the second part to replace stdWrap calls where stdWrapValue is possible instead. The type int is now a possible return type for stdWrapValue. In addition stdWrapValue can return now the string "0" if returned by stdWrap operation. Resolves: #91834 Related: #91657 Releases: master Change-Id: I70749fdb9f9cd56b86ed602afc9b742c1ed0046c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65064 Tested-by:Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php 1 addition, 1 deletion...se/Classes/Configuration/AbstractConfigurationManager.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 82 additions, 145 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 5 additions, 13 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php 3 additions, 9 deletions...frontend/Classes/DataProcessing/LanguageMenuProcessor.php
- typo3/sysext/frontend/Classes/DataProcessing/MenuProcessor.php 1 addition, 1 deletion.../sysext/frontend/Classes/DataProcessing/MenuProcessor.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 3 additions, 7 deletionstypo3/sysext/frontend/Classes/Http/RequestHandler.php
- typo3/sysext/frontend/Classes/Imaging/GifBuilder.php 21 additions, 35 deletionstypo3/sysext/frontend/Classes/Imaging/GifBuilder.php
- typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php 3 additions, 5 deletionstypo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php 12 additions, 1 deletion...nd/Tests/Unit/ContentObject/ContentObjectRendererTest.php
- typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php 8 additions, 0 deletions...ests/Unit/Controller/TypoScriptFrontendControllerTest.php
- typo3/sysext/indexed_search/Classes/Controller/SearchController.php 10 additions, 10 deletions...xt/indexed_search/Classes/Controller/SearchController.php
Please register or sign in to comment