Completed
Branch master (57b3c6)
by AJ
14:42
created
src/Controller/Component/ShopifyAPIComponent.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
         $url .= '&redirect_uri=' . urlencode($redirectUrl);
185 185
         $url .= '&state=' . $this->getNonce($shopDomain);
186 186
         
187
-		return $url;
187
+        return $url;
188 188
     }
189 189
 
190 190
     /**
@@ -285,7 +285,7 @@  discard block
 block discarded – undo
285 285
         $url = str_replace('&', '%26', $url);
286 286
         $url = str_replace('%', '%25', $url);
287 287
         
288
-		return $url;
288
+        return $url;
289 289
     }
290 290
 
291 291
     /**
Please login to merge, or discard this patch.