Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6afce6e

Browse files
committed
style: apply php_cs formatting
1 parent 9807cec commit 6afce6e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/Support/MagentoCustomers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Grayloon\Magento\Support;
44

55
use Grayloon\Magento\Magento;
6-
use Grayloon\Magento\Models\MagentoCustomer;
76
use Grayloon\Magento\Models\MagentoCustomAttributeType;
7+
use Grayloon\Magento\Models\MagentoCustomer;
88

99
class MagentoCustomers extends PaginatableMagentoService
1010
{

tests/Support/MagentoCategoriesTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
namespace Grayloon\Magento\Tests\Support;
44

5-
use Grayloon\Magento\Tests\TestCase;
6-
use Illuminate\Support\Facades\Http;
75
use Grayloon\Magento\Models\MagentoCategory;
8-
use Grayloon\Magento\Support\MagentoCategories;
96
use Grayloon\Magento\Models\MagentoCustomAttributeType;
7+
use Grayloon\Magento\Support\MagentoCategories;
8+
use Grayloon\Magento\Tests\TestCase;
9+
use Illuminate\Support\Facades\Http;
1010

1111
class MagentoCategoriesTest extends TestCase
1212
{

tests/Support/MagentoCustomersTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
namespace Grayloon\Magento\Tests\Support;
44

5-
use Grayloon\Magento\Tests\TestCase;
6-
use Illuminate\Support\Facades\Http;
5+
use Grayloon\Magento\Models\MagentoCustomAttributeType;
76
use Grayloon\Magento\Models\MagentoCustomer;
87
use Grayloon\Magento\Support\MagentoCustomers;
9-
use Grayloon\Magento\Models\MagentoCustomAttributeType;
8+
use Grayloon\Magento\Tests\TestCase;
9+
use Illuminate\Support\Facades\Http;
1010

1111
class MagentoCustomersTest extends TestCase
1212
{

0 commit comments

Comments
 (0)