Skip to content

Commit

Permalink
Ignore unused parameter in constructor. Left in for backwards compata…
Browse files Browse the repository at this point in the history
…bility purposes.
  • Loading branch information
Graham Wharton committed Oct 16, 2018
1 parent b19b3ed commit 9f34fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Sales/Model/Order/Email/SenderBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class SenderBuilder
protected $transportBuilder;

/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*
* @param Template $templateContainer
* @param IdentityInterface $identityContainer
* @param TransportBuilder $transportBuilder
Expand Down

0 comments on commit 9f34fd6

Please sign in to comment.