File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/code/Magento/CustomerImportExport/Plugin/Model/Export
dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Export Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
* from Adobe.
14
14
* ***********************************************************************
15
15
*/
16
+ declare (strict_types=1 );
17
+
16
18
namespace Magento \CustomerImportExport \Plugin \Model \Export ;
17
19
18
20
use Magento \CustomerImportExport \Model \Export \Customer ;
@@ -45,8 +47,7 @@ public function __construct(
45
47
public function beforeExportItem (
46
48
Customer $ subject ,
47
49
Item $ item
48
- ): void
49
- {
50
+ ): void {
50
51
$ item ->setData (
51
52
self ::COLUMN_CREATED_AT ,
52
53
$ this ->localeDate ->formatDate (
Original file line number Diff line number Diff line change 23
23
* Tests for customer export model.
24
24
*
25
25
* @magentoAppArea adminhtml
26
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26
27
*/
27
28
class CustomerTest extends \PHPUnit \Framework \TestCase
28
29
{
You can’t perform that action at this time.
0 commit comments