[BUGFIX] EXT:form - change type of getRendererClassName() to string
Fix incompatible return types of getRendererClassName() Make sure it is a string in all interfaces and implementations. Resolves: #80230 Releases: master Change-Id: I59cd0a1222e3aa67c742ca41331af2ddc4a1ee51 Reviewed-on: https://review.typo3.org/51997 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/form/Classes/Domain/Model/FormDefinition.php 3 additions, 3 deletionstypo3/sysext/form/Classes/Domain/Model/FormDefinition.php
- typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php 2 additions, 2 deletions...asses/Domain/Model/Renderable/RootRenderableInterface.php
- typo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php
- typo3/sysext/form/Tests/Unit/Domain/Runtime/FormRuntimeTest.php 1 addition, 1 deletion...sysext/form/Tests/Unit/Domain/Runtime/FormRuntimeTest.php
Please register or sign in to comment