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/Serializer/Encoder
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
..
ChainDecoder.php removed unneeded use statements 2014-01-01 08:52:14 +01:00
ChainEncoder.php removed unneeded use statements 2014-01-01 08:52:14 +01:00
DecoderInterface.php Json encoder classes now throws UnexpectedValueException as XML classes 2013-12-28 13:14:12 +01:00
EncoderInterface.php Json encoder classes now throws UnexpectedValueException as XML classes 2013-12-28 13:14:12 +01:00
JsonDecode.php Merge branch '2.4' 2014-04-16 10:08:40 +02:00
JsonEncode.php [Serializer] fixed CS 2013-12-28 13:20:23 +01:00
JsonEncoder.php [Serializer] fixed CS 2013-12-28 13:20:23 +01:00
NormalizationAwareInterface.php fixed CS (mainly method signatures) 2012-07-09 14:43:50 +02:00
SerializerAwareEncoder.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
XmlEncoder.php Fixed wrong typehint in documentation for XmlEncoder 2014-04-11 10:02:41 +02:00