Skip to content

Commit 2f6c241

Browse files
committed
MAGETWO-97161: Static tests failed on mainline
1 parent 7b73412 commit 2f6c241

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Customer/Model/Customer/DataProvider.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Magento\Customer\Model\Address;
1111
use Magento\Customer\Model\Attribute;
1212
use Magento\Customer\Model\Customer;
13-
use Magento\Customer\Model\FileProcessor;
1413
use Magento\Customer\Model\FileProcessorFactory;
1514
use Magento\Customer\Model\ResourceModel\Address\Attribute\Source\CountryWithWebsites;
1615
use Magento\Customer\Model\ResourceModel\Customer\Collection;
@@ -112,11 +111,6 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
112111
*/
113112
protected $session;
114113

115-
/**
116-
* @var FileProcessorFactory
117-
*/
118-
private $fileProcessorFactory;
119-
120114
/**
121115
* Customer fields that must be removed
122116
*

0 commit comments

Comments
 (0)