Skip to content

Commit

Permalink
minor #33238 [HttpKernel] Remove outdated docblock comment (chalasr)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Aug 19, 2019
2 parents ca2869b + 841c0b0 commit ef0119a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Symfony/Component/HttpKernel/Bundle/Bundle.php
Expand Up @@ -19,8 +19,7 @@
use Symfony\Component\Finder\Finder;

/**
* An implementation of BundleInterface that adds a few conventions
* for DependencyInjection extensions and Console commands.
* An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
Expand Down

0 comments on commit ef0119a

Please sign in to comment.