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/Component/HttpKernel/Tests
Fabien Potencier ce73768d0f bug #19811 Fixed the nullable support for php 7.1 and below (2.7, 2.8, 3.0) (iltar)
This PR was merged into the 2.7 branch.

Discussion
----------

Fixed the nullable support for php 7.1 and below (2.7, 2.8, 3.0)

| Q             | A
| ------------- | ---
| Branch?       | 2.7, 2.8, 3.0
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | https://github.com/symfony/symfony/pull/19784#issuecomment-243852825
| License       | MIT
| Doc PR        | ~

Fixes the nullable support for 2.7, 2.8 and 3.0, can probably be partially merged into 3.1 but not 100% sure.

/ping @fabpot

Commits
-------

9c48756 Fixed the nullable support for php 7.1 and below
2016-09-14 12:08:00 -07:00
..
Bundle Fix license headers 2015-09-26 13:59:49 +02:00
CacheClearer Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00
CacheWarmer PhpUnitNoDedicateAssertFixer results 2016-02-21 12:34:19 +01:00
Config Make the container considered non-fresh if the environment parameters are changed 2014-12-13 16:43:22 +00:00
Controller Fixed the nullable support for php 7.1 and below 2016-09-06 11:34:14 +02:00
DataCollector [VarDumper] Various minor fixes & cleanups 2016-08-31 09:12:09 +02:00
Debug Remove empty statements. 2016-01-13 18:07:01 +01:00
DependencyInjection Merge branch '2.3' into 2.7 2016-03-25 02:39:14 +01:00
EventListener Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
Fixtures Fixed the nullable support for php 7.1 and below 2016-09-06 11:34:14 +02:00
Fragment [HttpKernel] Add missing SsiFragmentRendererTest 2016-08-27 16:02:11 +02:00
HttpCache bug #19651 [HttpKernel] Fix HttpCache validation HTTP method (tgalopin) 2016-08-17 11:31:09 -07:00
Profiler removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
ClientTest.php [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
HttpKernelTest.php Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
KernelTest.php Merge branch '2.3' into 2.7 2016-03-25 02:39:14 +01:00
Logger.php [2.7] Fix unsilenced deprecation notices 2015-06-16 15:26:24 +02:00
TestHttpKernel.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
UriSignerTest.php Merge branch '2.3' into 2.7 2016-01-12 18:44:11 +01:00