10000 minor #33238 [HttpKernel] Remove outdated docblock comment (chalasr) · symfony/symfony@ef0119a · GitHub
[go: up one dir, main page]

Skip to content

Commit ef0119a

Browse files
committed
minor #33238 [HttpKernel] Remove outdated docblock comment (chalasr)
This PR was merged into the 3.4 branch. Discussion ---------- [HttpKernel] Remove outdated docblock comment | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Convention is deprecated since 3.4. Commits ------- 841c0b0 [HttpKernel] Remove outdated docblock comment
2 parents ca2869b + 841c0b0 commit ef0119a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/HttpKernel/Bundle/Bundle.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
use Symfony\Component\Finder\Finder;
2020

2121
/**
22-
* An implementation of BundleInterface that adds a few conventions
23-
* for DependencyInjection extensions and Console commands.
22+
* An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions.
2423
*
2524
* @author Fabien Potencier <fabien@symfony.com>
2625
*/

0 commit comments

Comments
 (0)
0