6
6
use Osiset \ShopifyApp \Contracts \Commands \Shop as IShopCommand ;
7
7
use Osiset \ShopifyApp \Contracts \Queries \Shop as IShopQuery ;
8
8
use Osiset \ShopifyApp \Objects \Enums \AuthMode ;
9
+ use Osiset \ShopifyApp \Objects \Enums \ThemeSupportLevel as ThemeSupportLevelEnum ;
9
10
use Osiset \ShopifyApp \Objects \Values \AccessToken ;
10
11
use Osiset \ShopifyApp \Objects \Values \NullAccessToken ;
11
12
use Osiset \ShopifyApp \Objects \Values \ShopDomain ;
12
13
use Osiset \ShopifyApp \Objects \Values \ThemeSupportLevel ;
13
- use Osiset \ShopifyApp \Objects \Enums \ThemeSupportLevel as ThemeSupportLevelEnum ;
14
14
use Osiset \ShopifyApp \Util ;
15
15
16
16
/**
@@ -42,16 +42,17 @@ class InstallShop
42
42
/**
43
43
* Setup.
44
44
*
45
- * @param IShopQuery $shopQuery The querier for the shop.
46
- * @param VerifyThemeSupport $verifyThemeSupport The action for verify theme support
45
+ * @param IShopQuery $shopQuery The querier for the shop.
46
+ * @param VerifyThemeSupport $verifyThemeSupport The action for verify theme support
47
47
*
48
48
* @return void
49
49
*/
50
50
public function __construct (
51
- IShopQuery $ shopQuery ,
52
- IShopCommand $ shopCommand ,
51
+ IShopQuery $ shopQuery ,
52
+ IShopCommand $ shopCommand ,
53
53
VerifyThemeSupport $ verifyThemeSupport
54
- ) {
54
+ )
55
+ {
55
56
$ this ->shopQuery = $ shopQuery ;
56
57
$ this ->shopCommand = $ shopCommand ;
57
58
$ this ->verifyThemeSupport = $ verifyThemeSupport ;
@@ -60,8 +61,8 @@ public function __construct(
60
61
/**
61
62
* Execution.
62
63
*
63
- * @param ShopDomain $shopDomain The shop ID.
64
- * @param string|null $code The code from Shopify.
64
+ * @param ShopDomain $shopDomain The shop ID.
65
+ * @param string|null $code The code from Shopify.
65
66
*
66
67
* @return array
67
68
*/
0 commit comments