File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
app/code/Magento/StoreGraphQl/Plugin
dev/tests/integration/testsuite/Magento/CustomerGraphQl/Model/Resolver Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
2
6
3
7
namespace Magento \StoreGraphQl \Plugin ;
4
8
@@ -61,6 +65,7 @@ public function __construct(
61
65
* @param \Closure $proceed
62
66
* @return mixed
63
67
* @throws NoSuchEntityException|LocalizedException
68
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
64
69
*/
65
70
public function aroundGetTransport (TransportBuilder $ subject , \Closure $ proceed )
66
71
{
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ public function testCreateCustomerForStoreSendsTranslatedEmail()
197
197
}
198
198
}
199
199
}
200
- QUERY ;
200
+ QUERY ;Magento/StoreGraphQl/Plugin/LocalizeEmail.php
201
201
202
202
$ response = $ this ->graphQlRequest ->send (
203
203
$ query ,
You can’t perform that action at this time.
0 commit comments