Skip to content

Commit 432ec4a

Browse files
karyna-txmav
authored andcommitted
fix static tests issues
1 parent 70c84e0 commit 432ec4a

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

app/code/Magento/Customer/Ui/Component/Listing/Column/AccountLock.php

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,9 @@
66
namespace Magento\Customer\Ui\Component\Listing\Column;
77

88
use Magento\Ui\Component\Listing\Columns\Column;
9-
use Magento\Framework\View\Element\UiComponent\ContextInterface;
10-
use Magento\Framework\View\Element\UiComponentFactory;
119

12-
/**
13-
* Class AccountLock
14-
*/
1510
class AccountLock extends Column
1611
{
17-
/**
18-
* Constructor
19-
*
20-
* @param ContextInterface $context
21-
* @param UiComponentFactory $uiComponentFactory
22-
* @param array $components
23-
* @param array $data
24-
*/
25-
public function __construct(
26-
ContextInterface $context,
27-
UiComponentFactory $uiComponentFactory,
28-
array $components = [],
29-
array $data = []
30-
) {
31-
parent::__construct($context, $uiComponentFactory, $components, $data);
32-
}
33-
3412
/**
3513
* Prepare Data Source
3614
*

0 commit comments

Comments
 (0)