[TASK] Remove redundant type casts in ext:form
Some type casts in ext:form are superfluous, since it is already ensured, that the variable type is as expected. This change removes all redundant type casts. Resolves: #102840 Releases: main Change-Id: I0daa178ab69c88e61bc92f31caefd9f8b45766df Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82461 Tested-by:Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php
- typo3/sysext/form/Classes/Mvc/Property/TypeConverter/PseudoFileReference.php 2 additions, 2 deletions...lasses/Mvc/Property/TypeConverter/PseudoFileReference.php
- typo3/sysext/form/Classes/Slot/FilePersistenceSlot.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Slot/FilePersistenceSlot.php
Please register or sign in to comment