romm / configuration_object

Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
GNU General Public License v3.0
6 stars 4 forks source link

[FEATURE] Introduce `@mixedTypesResolver` tag annotation #19

Closed romm closed 7 years ago

romm commented 7 years ago

This tag can be given to properties that need a mixed type resolver to detect their dynamic types. This allows the @var tag to be filled with the real type(s) of the values, making the getter/setter methods annotations coherent.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.5%) to 94.118% when pulling 693aeb0e6b8aadb8debb2032c7eceaa7fcf3c30d on feature/better-mixed-types-handling into 3e8fd0ad1f414c97e8b9f86f07875ca8c5ac3fcf on development.