@@ -29,7 +29,7 @@ |
||
| 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 | } |
@@ -61,8 +61,8 @@ |
||
| 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 | |
@@ -26,7 +26,7 @@ |
||
| 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 | } |