@@ -18,7 +18,7 @@ |
||
| 18 | 18 | |
| 19 | 19 | For the full copyright and license information, please view the LICENSE |
| 20 | 20 | file that was distributed with this source code. |
| 21 | -EOF; |
|
| 21 | +eof; |
|
| 22 | 22 | |
| 23 | 23 | HeaderCommentFixer::setHeader($header); |
| 24 | 24 | |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | The <info>sylius:user:promote</info> command promotes a user by adding security roles |
| 39 | 39 | |
| 40 | 40 | <info>php app/console sylius:user:promote [email protected]</info> |
| 41 | -EOT |
|
| 41 | +eot |
|
| 42 | 42 | ); |
| 43 | 43 | } |
| 44 | 44 | |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | The <info>sylius:user:demote</info> command demotes a user by removing security roles |
| 39 | 39 | |
| 40 | 40 | <info>php app/console sylius:user:demote [email protected]</info> |
| 41 | -EOT |
|
| 41 | +eot |
|
| 42 | 42 | ); |
| 43 | 43 | } |
| 44 | 44 | |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | ->setDescription('Checks if all Sylius requirements are satisfied.') |
| 28 | 28 | ->setHelp(<<<EOT |
| 29 | 29 | The <info>%command.name%</info> command checks system requirements. |
| 30 | -EOT |
|
| 30 | +eot |
|
| 31 | 31 | ) |
| 32 | 32 | ; |
| 33 | 33 | } |
@@ -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 | } |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | ->setDescription('Sylius configuration setup.') |
| 47 | 47 | ->setHelp(<<<EOT |
| 48 | 48 | The <info>%command.name%</info> command allows user to configure basic Sylius data. |
| 49 | -EOT |
|
| 49 | +eot |
|
| 50 | 50 | ) |
| 51 | 51 | ; |
| 52 | 52 | } |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | ->setDescription('Install sample data into Sylius.') |
| 33 | 33 | ->setHelp(<<<EOT |
| 34 | 34 | The <info>%command.name%</info> command loads the sample data for Sylius. |
| 35 | -EOT |
|
| 35 | +eot |
|
| 36 | 36 | ) |
| 37 | 37 | ->addOption('fixture-suite', 's', InputOption::VALUE_OPTIONAL, 'Load specified fixture suite during install', null) |
| 38 | 38 | ; |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | ->setDescription('Installs Sylius in your preferred environment.') |
| 52 | 52 | ->setHelp(<<<EOT |
| 53 | 53 | The <info>%command.name%</info> command installs Sylius. |
| 54 | -EOT |
|
| 54 | +eot |
|
| 55 | 55 | ) |
| 56 | 56 | ->addOption('fixture-suite', 's', InputOption::VALUE_OPTIONAL, 'Load specified fixture suite during install', null) |
| 57 | 57 | ; |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | ->setDescription('Install Sylius database.') |
| 31 | 31 | ->setHelp(<<<EOT |
| 32 | 32 | The <info>%command.name%</info> command creates Sylius database. |
| 33 | -EOT |
|
| 33 | +eot |
|
| 34 | 34 | ) |
| 35 | 35 | ->addOption('fixture-suite', 's', InputOption::VALUE_OPTIONAL, 'Load specified fixture suite during install', null) |
| 36 | 36 | ; |