Okay, so finally this is my bad !
In my repository I had this function :
public function __get($property) { return $this->$property; }
This is what causes my exception when findAll() is called.
findAll()
I'll find an alternative.
Thanks everyone!