Robbert van den Bogerd
Robbert van den Bogerd
You mean something like this? I don't have time to dive into the tests right now, but it's a start.
@darielvicedo I think it is! thanks for sharing
> @rvdbogerd this looks good to me. is it ready? if yes, i can merge it right away Yes, please do! I've been running it in production for years, so...
@discordier Thanks for the elaborate example, I've used a similar approach in my project.
Hi @goetas! Could you merge this please?
> sorry for the dumb question but how to enable strict types in configuration? You can initialize the ClassGenerator like this: ``` $generator = new ClassGenerator(true); ```