Revision 3e302d24
ID | 3e302d2428d3c2c3caa5aafd4ae1a9c21c5e7f5c |
Parent | eae922de |
Child | ac8dd122, 39fb589e, b274b8be, 5033eac3 |
[BUGFIX] ObjectArray should use TypeHandling::getTypeForValue
ObjectArray used get_class() to get the type of given $value. This
change changes that to using TypeHandling::getTypeForValue.
This fixes problems where for example class names of doctrine
proxies are used instead of the entity class name.
Change-Id: I940ef9f1c3f520b7070352c3f323e7a0ef816a19
Releases: 2.1, 2.2, master
Resolves: FLOW-206
- added
- modified
- copied
- renamed
- deleted