Skip to content

Commit 9856657

Browse files
Merge branch '2.8' into 3.0
* 2.8: [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 for 2.7 Do not use HttpKernel Extension when not needed bumped Symfony version to 2.8.2 updated VERSION for 2.8.1 updated CHANGELOG for 2.8.1 bumped Symfony version to 2.7.9 updated VERSION for 2.7.8 updated CHANGELOG for 2.7.8 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 Revert "Revert "bug #17052 [2.7] Fixed flatten exception recursion with errors (GrahamCampbell)"" Revert "bug #17052 [2.7] Fixed flatten exception recursion with errors (GrahamCampbell)" use nowdoc instead of heredoc Conflicts: CHANGELOG-2.3.md CHANGELOG-2.7.md CHANGELOG-2.8.md src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php src/Symfony/Bundle/WebProfilerBundle/Command/ExportCommand.php src/Symfony/Bundle/WebProfilerBundle/Command/ImportCommand.php src/Symfony/Component/Console/Shell.php src/Symfony/Component/Console/Tests/Helper/LegacyTableHelperTest.php src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php src/Symfony/Component/HttpKernel/Kernel.php
2 parents aefad07 + f958a25 commit 9856657

10 files changed

+10
-10
lines changed

Command/AssetsInstallCommand.php

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

Command/CacheClearCommand.php

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

Command/CacheWarmupCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected function configure()
3434
new InputOption('no-optional-warmers', '', InputOption::VALUE_NONE, 'Skip optional cache warmers (faster)'),
3535
))
3636
->setDescription('Warms up an empty cache')
37-
->setHelp(<<<EOF
37+
->setHelp(<<<'EOF'
3838
The <info>%command.name%</info> command warms up the cache.
3939
4040
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
@@ -51,7 +51,7 @@ protected function configure()
5151
new InputOption('raw', null, InputOption::VALUE_NONE, 'To output raw description'),
5252
))
5353
->setDescription('Displays current services for an application')
54-
->setHelp(<<<EOF
54+
->setHelp(<<<'EOF'
5555
The <info>%command.name%</info> command displays all configured <comment>public</comment> services:
5656
5757
<info>php %command.full_name%</info>

Command/RouterDebugCommand.php

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

Command/RouterMatchCommand.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('host', null, InputOption::VALUE_REQUIRED, 'Sets the URI host'),
5858
))
5959
->setDescription('Helps debug routes by simulating a path info match')
60-
->setHelp(<<<EOF
60+
->setHelp(<<<'EOF'
6161
The <info>%command.name%</info> shows which routes match a given request and which don't and for what reason:
6262
6363
<info>php %command.full_name% /foo</info>

Command/ServerRunCommand.php

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

Command/TranslationUpdateCommand.php

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

Tests/Functional/Bundle/TestBundle/DependencyInjection/TestExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\DependencyInjection;
1313

1414
use Symfony\Component\DependencyInjection\ContainerBuilder;
15-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
15+
use Symfony\Component\DependencyInjection\Extension\Extension;
1616
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
1717

1818
class TestExtension extends Extension implements PrependExtensionInterface

0 commit comments

Comments
 (0)