Completed
Push — master ( 4b2586...ba73c2 )
by AJ
08:27
created
src/Shell/ShopifyInstallShell.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -51,24 +51,24 @@
 block discarded – undo
51 51
 
52 52
             $scopeArray = 
53 53
                 ['read_content',
54
-                 'write_content',
55
-                 'read_themes',
56
-                 'write_themes',
57
-                 'read_products',
58
-                 'write_products',
59
-                 'read_customers',
60
-                 'write_customers',
61
-                 'read_orders',
62
-                 'write_orders',
63
-                 'read_script_tags',
64
-                 'write_script_tags',
65
-                 'read_fulfillments',
66
-                 'write_fulfillments',
67
-                 'read_shipping',
68
-                 'write_shipping',
69
-                 'read_analytics',
70
-                 'read_users',
71
-                 'write_users'];
54
+                    'write_content',
55
+                    'read_themes',
56
+                    'write_themes',
57
+                    'read_products',
58
+                    'write_products',
59
+                    'read_customers',
60
+                    'write_customers',
61
+                    'read_orders',
62
+                    'write_orders',
63
+                    'read_script_tags',
64
+                    'write_script_tags',
65
+                    'read_fulfillments',
66
+                    'write_fulfillments',
67
+                    'read_shipping',
68
+                    'write_shipping',
69
+                    'read_analytics',
70
+                    'read_users',
71
+                    'write_users'];
72 72
 
73 73
             $this->out('Enter your application\'s scope here.', 2);
74 74
             $this->out('Valid scope options:', 2);
Please login to merge, or discard this patch.
src/Auth/ShopifyAuthAuthenticate.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * @param Request  $request
75 75
      * @param Response $response
76
-     * @return null|Response
76
+     * @return null|string
77 77
      */
78 78
     public function unauthenticated(Request $request, Response $response)
79 79
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @return Router
187
+     * @return string
188 188
      */
189 189
     private function _generateLoginUrl()
190 190
     {
Please login to merge, or discard this patch.