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/HttpFoundation
Grégoire Pineau 1fa5a9a0bd [HttpFoundation] Fixed PHP doc of ParameterBag::getBoolean
Since the method should return a bool, then the default value should be
a bool too
2018-11-06 18:42:22 +01:00
..
Exception [HttpFoundation] Warning when request has both Forwarded and X-Forwarded-For 2016-06-29 09:01:55 +02:00
File Enable native_constant_invocation CS fixer 2018-07-26 13:13:39 +02:00
Session Revert "fixed CS" 2018-10-21 01:16:31 +02:00
Tests Allow reuse of Session between requests 2018-09-21 13:38:21 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AcceptHeader.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
AcceptHeaderItem.php minor #29013 [HTTP Foundtation] Fix useless space in docblock (ismail1432) 2018-10-29 12:11:57 +01:00
ApacheRequest.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
BinaryFileResponse.php [CS] Enforces null type hint on last position in phpDocs 2018-10-02 00:12:00 -03:00
CHANGELOG.md [HttpFoundation] Remove support for legacy and risky HTTP headers 2018-07-31 23:38:46 +02:00
composer.json Merge branch '2.7' into 2.8 2016-03-07 15:04:32 +01:00
Cookie.php [HttpFoundation] Fix Cookie::isCleared 2018-07-23 20:57:35 +02:00
ExpressionRequestMatcher.php [HttpFoundation] added ExpressionRequestMatcher 2013-09-19 12:59:11 +02:00
FileBag.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
HeaderBag.php [CS] Enforces null type hint on last position in phpDocs 2018-10-02 00:12:00 -03:00
IpUtils.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
JsonResponse.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
ParameterBag.php [HttpFoundation] Fixed PHP doc of ParameterBag::getBoolean 2018-11-06 18:42:22 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RedirectResponse.php fix the phpdoc that is not really inherited from response 2017-10-24 20:42:41 +02:00
Request.php minor #28683 Remove redundant path check (colinodell) 2018-10-03 09:48:08 +02:00
RequestMatcher.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
RequestMatcherInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RequestStack.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Response.php Remove the Expires header when calling Response::expire() 2018-07-27 17:20:18 +02:00
ResponseHeaderBag.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
ServerBag.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
StreamedResponse.php Fix class documentation 2018-10-08 15:32:18 +02:00

HttpFoundation Component

The HttpFoundation component defines an object-oriented layer for the HTTP specification.

Resources