Completed
Push — master ( de328f...0f2278 )
by AJ
05:38
created
src/Shell/ShopifyInstallShell.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,8 @@
 block discarded – undo
66 66
                 $scope = array_map('strtolower', $scope);
67 67
                 array_walk(
68 68
                     $scope,
69
-                    function (&$value) {
69
+                    function (&$value)
70
+                    {
70 71
                         $value = str_replace(" ", "_", $value);
71 72
                     }
72 73
                 );
Please login to merge, or discard this patch.