<?php namespace Komma\Email\StyleService; class StyleService { public function td() { return 'style="padding: 10px 0"'; } }