File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
app/code/Magento/Sales/Model Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ class EmailSenderHandler
8484 * @param string|null $modifyStartFromDate
8585 */
8686 public function __construct (
87- Sender $ emailSender ,
88- EntityAbstract $ entityResource ,
89- AbstractCollection $ entityCollection ,
90- ScopeConfigInterface $ globalConfig ,
91- IdentityInterface $ identityContainer = null ,
87+ Sender $ emailSender ,
88+ EntityAbstract $ entityResource ,
89+ AbstractCollection $ entityCollection ,
90+ ScopeConfigInterface $ globalConfig ,
91+ IdentityInterface $ identityContainer = null ,
9292 StoreManagerInterface $ storeManager = null ,
93- ?ValueFactory $ configValueFactory = null ,
94- ?string $ modifyStartFromDate = null ,
93+ ?ValueFactory $ configValueFactory = null ,
94+ ?string $ modifyStartFromDate = null ,
9595 ) {
9696 $ this ->emailSender = $ emailSender ;
9797 $ this ->entityResource = $ entityResource ;
You can’t perform that action at this time.
0 commit comments