File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/code/Magento/CustomerGraphQl/Model/Resolver
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ public function __construct(
77
77
* @return bool|Value|mixed
78
78
*
79
79
* @throws GraphQlInputException
80
- * @SuppressWarnings(PHPMD.UnusedFormalParameter)
81
80
*/
82
81
public function resolve (
83
82
Field $ field ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class ResetPasswordTest extends GraphQlAbstract
43
43
/**
44
44
* @inheritdoc
45
45
*/
46
- protected function setUp ()
46
+ protected function setUp (): void
47
47
{
48
48
$ this ->objectManager = Bootstrap::getObjectManager ();
49
49
$ this ->accountManagement = $ this ->objectManager ->get (AccountManagementInterface::class);
You can’t perform that action at this time.
0 commit comments