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/FrameworkBundle
Nicolas Grekas 2439837f5b minor #33159 [FrameworkBundle] Add parameter types from HttpKernel (derrabus)
This PR was merged into the 5.0-dev branch.

Discussion
----------

[FrameworkBundle] Add parameter types from HttpKernel

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #32179
| License       | MIT
| Doc PR        | N/A

This PR adds parameter type declarations from HttpKernel classes to FrameworkBundle. We can merge this now or later into 5.1 if we want to keep FrameworkBundle 5.0 compatible with HttpKernel 4.4.

Commits
-------

9408a07dd9 [FrameworkBundle] Add parameter types from HttpKernel.
2019-08-16 08:28:18 +02:00
..
CacheWarmer Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Command Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Console Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Controller Merge branch '4.4' 2019-08-14 15:44:59 +02:00
DataCollector [FrameworkBundle] remove deprecated code paths 2019-06-06 19:13:23 +02:00
DependencyInjection Merge branch '4.4' 2019-08-13 15:43:55 +02:00
EventListener [FrameworkBundle] fix FC with HttpKernel v5 2019-06-07 18:47:40 +02:00
HttpCache [FrameworkBundle] Add parameter types from HttpKernel. 2019-08-14 10:52:36 +02:00
Kernel Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Resources [FrameworkBundle] Remove legacy route loader container 2019-08-09 16:38:40 +02:00
Routing minor #33159 [FrameworkBundle] Add parameter types from HttpKernel (derrabus) 2019-08-16 08:28:18 +02:00
Test [FrameworkBundle] Add parameter types from DependencyInjection. 2019-08-14 11:07:24 +02:00
Tests Merge branch '4.4' 2019-08-14 14:45:29 +02:00
Translation minor #33159 [FrameworkBundle] Add parameter types from HttpKernel (derrabus) 2019-08-16 08:28:18 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Fixed markdown file 2019-08-13 19:39:09 +02:00
composer.json minor #33159 [FrameworkBundle] Add parameter types from HttpKernel (derrabus) 2019-08-16 08:28:18 +02:00
FrameworkBundle.php [FrameworkBundle] added type-hints on private methods 2019-07-27 08:35:12 +02:00
KernelBrowser.php Merge branch '4.4' 2019-06-26 11:36:22 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00