Skip to content

Commit 7b0d0d5

Browse files
gnikytStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 2cbeeb4 commit 7b0d0d5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/ShopifyApp/Middleware/AuthShop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
namespace OhMyBrew\ShopifyApp\Middleware;
44

55
use Closure;
6+
use Illuminate\Http\RedirectResponse;
67
use Illuminate\Http\Request;
78
use Illuminate\Http\Response;
8-
use Illuminate\Http\RedirectResponse;
99
use Illuminate\Support\Facades\Config;
1010
use Illuminate\Support\Facades\Redirect;
1111
use Illuminate\Support\Facades\Session;

src/ShopifyApp/Services/WebhookManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace OhMyBrew\ShopifyApp\Services;
44

5-
use Illuminate\Support\Collection;
65
use Illuminate\Support\Facades\Config;
76
use OhMyBrew\ShopifyApp\Models\Shop;
87

tests/Jobs/WebhookInstallerJobTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use OhMyBrew\ShopifyApp\Models\Shop;
88
use OhMyBrew\ShopifyApp\Test\Stubs\ApiStub;
99
use OhMyBrew\ShopifyApp\Test\TestCase;
10-
use ReflectionMethod;
1110
use ReflectionObject;
1211

1312
class WebhookInstallerJobTest extends TestCase

0 commit comments

Comments
 (0)