[BUGFIX] Wrap operands in parentheses
This patch wraps operands in parentheses which could otherwise cause unwanted side-effects. In most cases null coalesce operators are affected. Resolves: #92104 Releases: master, 10.4, 9.5 Change-Id: I95815354090516f09b61655126c61ccc8714a751 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65331 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- typo3/sysext/backend/Classes/Backend/ToolbarItems/ClearCacheToolbarItem.php 1 addition, 1 deletion...nd/Classes/Backend/ToolbarItems/ClearCacheToolbarItem.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/DatabaseLanguageRows.php 1 addition, 1 deletion...nd/Classes/Form/FormDataProvider/DatabaseLanguageRows.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 1 addition, 1 deletion...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 5 additions, 5 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php
- typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php 2 additions, 2 deletionstypo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php
Please register or sign in to comment