Revision 44ec1a5b
[!!!][TASK] Remove unnecessary use of ReflectionService
This removes a few usages of the ReflectionService and additionally
removes initialization from two methods in the ReflectionService as those
do not use any state in the ReflectionService.
This change is not breaking in itself but deprecates the method
``\TYPO3\Flow\Reflection\ReflectionService::getClassNameByObject()``
please use ``\TYPO3\Flow\Utility\TypeHandling::getTypeForValue()``
instead which has the same functionality.
Change-Id: I198641e7aa9ea2e6409b65e7c368b6cc328ba59d
Releases: master, 3.0
- added
- modified
- copied
- renamed
- deleted