Skip to content

Commit e283c7a

Browse files
33383 Fixed static test failures
1 parent 6f3e185 commit e283c7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/CustomerGraphQl/Model/Customer/DeleteCustomer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
/**
1717
* Delete customer
18+
* @codingStandardsIgnoreStart
1819
*/
1920
class DeleteCustomer
2021
{
@@ -35,7 +36,7 @@ public function __construct(
3536
/**
3637
* Delete customer
3738
*
38-
* @param CustomerInterface
39+
* @param CustomerInterface $customer
3940
* @return void
4041
* @throws GraphQlInputException
4142
* @throws GraphQlNoSuchEntityException

0 commit comments

Comments
 (0)