Completed
Push — 1.2-fix-directories ( 652555 )
by Kamil
33:33 queued 08:09
created
src/Sylius/Bundle/CoreBundle/Command/InstallSampleDataCommand.php 2 patches
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             ->setDescription('Install sample data into Sylius.')
30 30
             ->setHelp(<<<EOT
31 31
 The <info>%command.name%</info> command loads the sample data for Sylius.
32
-EOT
32
+eot
33 33
             )
34 34
         ;
35 35
     }
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,8 +61,8 @@
 block discarded – undo
61 61
 
62 62
         try {
63 63
             $projectDir = $this->getContainer()->getParameter('kernel.project_dir');
64
-            $this->ensureDirectoryExistsAndIsWritable($projectDir . '/' .  self::WEB_MEDIA_DIRECTORY, $output);
65
-            $this->ensureDirectoryExistsAndIsWritable($projectDir . '/' .  self::WEB_MEDIA_IMAGE_DIRECTORY, $output);
64
+            $this->ensureDirectoryExistsAndIsWritable($projectDir . '/' . self::WEB_MEDIA_DIRECTORY, $output);
65
+            $this->ensureDirectoryExistsAndIsWritable($projectDir . '/' . self::WEB_MEDIA_IMAGE_DIRECTORY, $output);
66 66
         } catch (\RuntimeException $exception) {
67 67
             $outputStyle->writeln($exception->getMessage());
68 68
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Command/InstallAssetsCommand.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
             ->setDescription('Installs all Sylius assets.')
27 27
             ->setHelp(<<<EOT
28 28
 The <info>%command.name%</info> command downloads and installs all Sylius media assets.
29
-EOT
29
+eot
30 30
             )
31 31
         ;
32 32
     }
Please login to merge, or discard this patch.