Skip to content

Commit

Permalink
Merge branch 'MAGETWO-40818-Transactional-Email-Templates' of https:/…
Browse files Browse the repository at this point in the history
…/github.corp.ebay.com/magento-api/magento2ce into MAGETWO-40818-Transactional-Email-Templates
  • Loading branch information
arkadiych committed Aug 6, 2015
2 parents 5a22902 + 88434b7 commit aa4646f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/code/Magento/Email/Model/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,22 @@ class Template extends AbstractTemplate implements \Magento\Framework\Mail\Templ
private $filterFactory;

/**
* Initialize dependencies
* Initialize dependencies.
*
* @param \Magento\Framework\Model\Context $context
* @param \Magento\Framework\View\DesignInterface $design
* @param \Magento\Framework\Registry $registry
* @param \Magento\Store\Model\App\Emulation $appEmulation
* @param \Magento\Store\Model\StoreManagerInterface $storeManager
* @param StoreManagerInterface $storeManager
* @param \Magento\Framework\View\Asset\Repository $assetRepo
* @param \Magento\Framework\Filesystem $filesystem
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
* @param Template\Config $emailConfig
* @param \Magento\Email\Model\TemplateFactory $templateFactory
* @param TemplateFactory $templateFactory
* @param \Magento\Framework\Filter\FilterManager $filterManager
* @param \Magento\Framework\UrlInterface $urlModel
* @param \Magento\Email\Model\Template\FilterFactory $filterFactory
* @param array $data optional generic object data
* @param Template\FilterFactory $filterFactory
* @param array $data
*
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

namespace Magento\Newsletter\Test\Unit\Model;

use Magento\Framework\App\TemplateTypesInterface;

/**
Expand Down

0 comments on commit aa4646f

Please sign in to comment.