I was trying to understand the notifier component in order to write documentation for it, and I'm confused by Chatters and Texters. I don't understand why Chatters and Texters are transports? Is there a use case where you'd want to do something like the following? ``` <?php $notifier = new Notifier([ new SmsChannel(new Chatter(new TwilioTransport('foo', 'bar', 'baz'))) ]); ``` I'd be happy to work on a PR for this, but I would like some feedback first. #SymfonyHackday