Yesterday, I was toying with Symfony2 and its dependency injection container when I ran into a really stupid problem : I was unable to pass an array as an argument of a service class’ constructor. Yes, it is as stupid as it sound. Despite the fact that I previously used XML to describe my services, [...]