@@ -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 |
@@ -29,7 +29,7 @@ |
||
29 | 29 | ->setHelp( |
30 | 30 | <<<EOT |
31 | 31 | The <info>%command.name%</info> command downloads and installs all Sylius media assets. |
32 | -EOT |
|
32 | +eot |
|
33 | 33 | ) |
34 | 34 | ; |
35 | 35 | } |
@@ -30,7 +30,7 @@ |
||
30 | 30 | ->setHelp( |
31 | 31 | <<<EOT |
32 | 32 | The <info>%command.name%</info> command checks system requirements. |
33 | -EOT |
|
33 | +eot |
|
34 | 34 | ) |
35 | 35 | ; |
36 | 36 | } |
@@ -40,7 +40,7 @@ |
||
40 | 40 | ->setHelp( |
41 | 41 | <<<EOT |
42 | 42 | The <info>%command.name%</info> command allows user to configure basic Sylius data. |
43 | -EOT |
|
43 | +eot |
|
44 | 44 | ) |
45 | 45 | ; |
46 | 46 | } |
@@ -31,7 +31,7 @@ |
||
31 | 31 | ->setHelp( |
32 | 32 | <<<EOT |
33 | 33 | The <info>%command.name%</info> command loads the sample data for Sylius. |
34 | -EOT |
|
34 | +eot |
|
35 | 35 | ) |
36 | 36 | ->addOption('fixture-suite', 's', InputOption::VALUE_OPTIONAL, 'Load specified fixture suite during install', null) |
37 | 37 | ; |
@@ -29,7 +29,7 @@ |
||
29 | 29 | ->setHelp( |
30 | 30 | <<<EOT |
31 | 31 | The <info>%command.name%</info> command creates Sylius database. |
32 | -EOT |
|
32 | +eot |
|
33 | 33 | ) |
34 | 34 | ->addOption('fixture-suite', 's', InputOption::VALUE_OPTIONAL, 'Load specified fixture suite during install', null) |
35 | 35 | ; |
@@ -54,7 +54,7 @@ |
||
54 | 54 | ->setHelp( |
55 | 55 | <<<EOT |
56 | 56 | The <info>%command.name%</info> command installs Sylius. |
57 | -EOT |
|
57 | +eot |
|
58 | 58 | ) |
59 | 59 | ->addOption('fixture-suite', 's', InputOption::VALUE_OPTIONAL, 'Load specified fixture suite during install', null) |
60 | 60 | ; |