We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3e185 commit e283c7aCopy full SHA for e283c7a
app/code/Magento/CustomerGraphQl/Model/Customer/DeleteCustomer.php
@@ -15,6 +15,7 @@
15
16
/**
17
* Delete customer
18
+ * @codingStandardsIgnoreStart
19
*/
20
class DeleteCustomer
21
{
@@ -35,7 +36,7 @@ public function __construct(
35
36
37
38
*
- * @param CustomerInterface
39
+ * @param CustomerInterface $customer
40
* @return void
41
* @throws GraphQlInputException
42
* @throws GraphQlNoSuchEntityException
0 commit comments