This repository was archived by the owner on Apr 10, 2020. It is now read-only.
Tags: ulrack/object-factory
Tags
Bugfix: removed deprecated method usage for ReflectionType and added … …mixed type support The method __toString was used on the ReflectionType returned from the parameter. This has been changed to using the getName method on the ReflectionNamedType. Added support for mixed types.