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/Normalizer
Fabien Potencier ae470cdf14 Merge branch '2.7' into 2.8
* 2.7:
  Fix test name
  fixed CS
  Allow new lines in Messages translated with transchoice() (replacement for #14867)
  [Form] Swap new ChoiceView constructor arguments to ease migrating from the deprecated one
  [2.3] Fix tests on Windows
  [Yaml] remove partial deprecation annotation
  Silence invasive deprecation warnings, opt-in for warnings
  Documenting how to keep option value BC - see #14377

Conflicts:
	src/Symfony/Bridge/Doctrine/composer.json
	src/Symfony/Bridge/Twig/composer.json
2015-06-11 19:27:52 +02:00
..
AbstractNormalizer.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
ArrayDenormalizer.php Support for array denormalization. 2015-05-26 22:25:23 +02:00
CustomNormalizer.php Support for array denormalization. 2015-05-26 22:25:23 +02:00
DenormalizableInterface.php Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00
DenormalizerInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
GetSetMethodNormalizer.php Support for array denormalization. 2015-05-26 22:25:23 +02:00
NormalizableInterface.php Merge branch '2.5' into 2.6 2014-12-30 10:04:52 +01:00
NormalizerInterface.php Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00
ObjectNormalizer.php [Serializer] Ignore \Traversable in default normalizers. Close #14495. 2015-05-04 09:31:19 +02:00
PropertyNormalizer.php Merge branch '2.7' into 2.8 2015-06-04 22:21:09 +02:00
SerializerAwareNormalizer.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00