Skip to content

Commit ec68069

Browse files
Merge branch '2.3' into 2.7
* 2.3: [travis] timeout the sigchild tests at 60s CS: Single line comments should use double slashes (//) and not hash (#). Do not use HttpKernel Extension when not needed bumped Symfony version to 2.3.37 updated VERSION for 2.3.36 update CONTRIBUTORS for 2.3.36 updated CHANGELOG for 2.3.36 use nowdoc instead of heredoc Conflicts: src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php src/Symfony/Bundle/TwigBundle/Command/LintCommand.php src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php src/Symfony/Component/Debug/ExceptionHandler.php src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php
2 parents afea8cf + 7e13ebb commit ec68069

10 files changed

+10
-10
lines changed

Command/AssetsInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function configure()
3838
->addOption('symlink', null, InputOption::VALUE_NONE, 'Symlinks the assets instead of copying it')
3939
->addOption('relative', null, InputOption::VALUE_NONE, 'Make relative symlinks')
4040
->setDescription('Installs bundles web assets under a public web directory')
41-
->setHelp(<<<EOT
41+
->setHelp(<<<'EOT'
4242
The <info>%command.name%</info> command installs bundle assets into a given
4343
directory (e.g. the <comment>web</comment> directory).
4444

Command/CacheClearCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function configure()
3737
new InputOption('no-optional-warmers', '', InputOption::VALUE_NONE, 'Skip optional cache warmers (faster)'),
3838
))
3939
->setDescription('Clears the cache')
40-
->setHelp(<<<EOF
40+
->setHelp(<<<'EOF'
4141
The <info>%command.name%</info> command clears the application cache for a given environment
4242
and debug mode:
4343

Command/CacheWarmupCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function configure()
3333
new InputOption('no-optional-warmers', '', InputOption::VALUE_NONE, 'Skip optional cache warmers (faster)'),
3434
))
3535
->setDescription('Warms up an empty cache')
36-
->setHelp(<<<EOF
36+
->setHelp(<<<'EOF'
3737
The <info>%command.name%</info> command warms up the cache.
3838
3939
Before running this command, the cache must be empty.

Command/ConfigDumpReferenceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function configure()
4040
new InputOption('format', null, InputOption::VALUE_REQUIRED, 'The output format (yaml or xml)', 'yaml'),
4141
))
4242
->setDescription('Dumps the default configuration for an extension')
43-
->setHelp(<<<EOF
43+
->setHelp(<<<'EOF'
4444
The <info>%command.name%</info> command dumps the default configuration for an
4545
extension/bundle.
4646

Command/ContainerDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function configure()
5454
new InputOption('raw', null, InputOption::VALUE_NONE, 'To output raw description'),
5555
))
5656
->setDescription('Displays current services for an application')
57-
->setHelp(<<<EOF
57+
->setHelp(<<<'EOF'
5858
The <info>%command.name%</info> command displays all configured <comment>public</comment> services:
5959
6060
<info>php %command.full_name%</info>

Command/RouterApacheDumperCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function configure()
5757
new InputOption('base-uri', null, InputOption::VALUE_REQUIRED, 'The base URI'),
5858
))
5959
->setDescription('[DEPRECATED] Dumps all routes as Apache rewrite rules')
60-
->setHelp(<<<EOF
60+
->setHelp(<<<'EOF'
6161
The <info>%command.name%</info> dumps all routes as Apache rewrite rules.
6262
These can then be used with the ApacheUrlMatcher to use Apache for route
6363
matching.

Command/RouterDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function configure()
6060
new InputOption('raw', null, InputOption::VALUE_NONE, 'To output raw route(s)'),
6161
))
6262
->setDescription('Displays current routes for an application')
63-
->setHelp(<<<EOF
63+
->setHelp(<<<'EOF'
6464
The <info>%command.name%</info> displays the configured routes:
6565
6666
<info>php %command.full_name%</info>

Command/RouterMatchCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function configure()
5656
new InputOption('host', null, InputOption::VALUE_REQUIRED, 'Sets the URI host'),
5757
))
5858
->setDescription('Helps debug routes by simulating a path info match')
59-
->setHelp(<<<EOF
59+
->setHelp(<<<'EOF'
6060
The <info>%command.name%</info> shows which routes match a given request and which don't and for what reason:
6161
6262
<info>php %command.full_name% /foo</info>

Command/ServerRunCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function configure()
3838
))
3939
->setName('server:run')
4040
->setDescription('Runs PHP built-in web server')
41-
->setHelp(<<<EOF
41+
->setHelp(<<<'EOF'
4242
The <info>%command.name%</info> runs PHP built-in web server:
4343
4444
<info>%command.full_name%</info>

Command/TranslationUpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function configure()
4545
new InputOption('clean', null, InputOption::VALUE_NONE, 'Should clean not found messages'),
4646
))
4747
->setDescription('Updates the translation file')
48-
->setHelp(<<<EOF
48+
->setHelp(<<<'EOF'
4949
The <info>%command.name%</info> command extract translation strings from templates
5050
of a given bundle or the app folder. It can display them or merge the new ones into the translation files.
5151
When new translation strings are found it can automatically add a prefix to the translation

0 commit comments

Comments
 (0)