Passed
Push — master ( 65d67e...988c58 )
by
unknown
08:37
created
src/Form/Type/VendorType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
                 'label' => 'odiseo_sylius_vendor_plugin.form.vendor.email',
41 41
             ])
42 42
             ->add('logoFile', FileType::class, [
43
-                 'label' => 'odiseo_sylius_vendor_plugin.form.vendor.logo',
43
+                    'label' => 'odiseo_sylius_vendor_plugin.form.vendor.logo',
44 44
             ])
45 45
             ->add('channels', ChannelChoiceType::class, [
46 46
                 'required' => false,
Please login to merge, or discard this patch.
bin/create_node_symlink.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     exec(sprintf('mklink /J %s %s 2> NUL', NODE_MODULES_FOLDER_NAME, PATH_TO_NODE_MODULES), $output, $returnCode);
30 30
     $success = $returnCode === 0;
31 31
     if (!$success) {
32
-	echo '> Failed o create the required symlink' . PHP_EOL;
32
+    echo '> Failed o create the required symlink' . PHP_EOL;
33 33
         exit(2);
34 34
     }
35 35
 }
Please login to merge, or discard this patch.