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/Exception
Fabien Potencier df3d543349 Merge branch '2.4'
* 2.4:
  made types consistent with those defined in Hack
  made {@inheritdoc} annotations consistent across the board
  made {@inheritdoc} annotations consistent across the board
  fixed types in phpdocs
  [Debug] Fixed ClassNotFoundFatalErrorHandler on windows.
  made phpdoc types consistent with those defined in Hack
  Add support Thai translations
  [Validator] Add missing czech translations
  made types consistent with those defined in Hack
  removed extra/unsupported arguments
  [HttpKernel] fixed an error message
  [TwigBundle] removed undefined argument
  [Translation] Make IcuDatFileLoader/IcuResFileLoader::load invalid resource compatible with HHVM.

Conflicts:
	src/Symfony/Component/Console/Helper/TableHelper.php
	src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
	src/Symfony/Component/Form/FormError.php
	src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php
	src/Symfony/Component/Process/ProcessPipes.php
	src/Symfony/Component/PropertyAccess/PropertyAccessor.php
	src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php
	src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php
	src/Symfony/Component/Translation/Dumper/FileDumper.php
	src/Symfony/Component/Validator/ConstraintViolation.php
	src/Symfony/Component/Validator/Constraints/EmailValidator.php
	src/Symfony/Component/Validator/ExecutionContextInterface.php
	src/Symfony/Component/Validator/Mapping/BlackholeMetadataFactory.php
2014-04-16 10:08:40 +02:00
..
AccessDeniedHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
BadRequestHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
ConflictHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
FatalErrorException.php [Debug] added the component (closes #6828, closes #6834, closes #7330) 2013-04-07 18:19:05 +02:00
FlattenException.php [Debug] added the component (closes #6828, closes #6834, closes #7330) 2013-04-07 18:19:05 +02:00
GoneHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
HttpException.php [HttpKernel] fixed typo 2011-03-25 07:19:02 +01:00
HttpExceptionInterface.php fixed CS 2012-07-09 14:54:20 +02:00
LengthRequiredHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
MethodNotAllowedHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
NotAcceptableHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
NotFoundHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
PreconditionFailedHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
PreconditionRequiredHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
ServiceUnavailableHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
TooManyRequestsHttpException.php fixed types in phpdocs 2014-04-16 08:51:57 +02:00
UnauthorizedHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
UnprocessableEntityHttpException.php Add UnprocessableEntityHttpException to HttpKernel Exceptions 2014-03-26 19:03:23 +01:00
UnsupportedMediaTypeHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00