This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle
Fabien Potencier 2abe788f6e minor #24407 [FrameworkBundle] Make Controller helpers final (nicolas-grekas)
This PR was merged into the 3.4 branch.

Discussion
----------

[FrameworkBundle] Make Controller helpers final

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

I propose to make all ControllerTrait methods final so we can add type hints.
I also propose to add ControllerTrait::has/get so that AbstractController also has the methods.
This will help move from Controller to AbstractController.

Commits
-------

bbc52a1d14 [FrameworkBundle] Make Controller helpers final
2017-10-03 11:13:57 -07:00
..
DebugBundle Require v3.4+ of the var-dumper component 2017-09-16 14:21:39 +01:00
FrameworkBundle minor #24407 [FrameworkBundle] Make Controller helpers final (nicolas-grekas) 2017-10-03 11:13:57 -07:00
SecurityBundle Merge branch '3.3' into 3.4 2017-10-02 08:49:52 +02:00
TwigBundle Merge branch '3.3' into 3.4 2017-10-02 08:49:52 +02:00
WebProfilerBundle Merge branch '3.3' into 3.4 2017-10-02 08:49:52 +02:00
WebServerBundle Merge branch '3.3' into 3.4 2017-08-22 18:06:26 +02:00
FullStack.php [FrameworkBundle] changed some default configs from canBeEnabled to canBeDisabled 2017-01-07 14:17:04 -08:00