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
Nicolas Grekas c1d8833a88 Merge branch '3.4'
* 3.4:
  [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
  Reset stopwatch.
  [Filesystem] mirror - fix copying content with same name as source/target.
  Removed unnecessary getDefinition() call.
  .php_cs.dist - simplify config
  [WebProfilerBundle] fixed TemplateManager when using Twig 2 without compat interfaces
2017-09-15 12:16:43 +02:00
..
AbstractNormalizer.php Merge branch '3.4' 2017-09-15 12:16:43 +02:00
AbstractObjectNormalizer.php Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02:00
ArrayDenormalizer.php Merge branch '3.4' 2017-09-15 12:16:43 +02:00
ContextAwareDenormalizerInterface.php [Serializer] Give access to the context to support* methods 2017-02-13 15:28:10 +01:00
ContextAwareNormalizerInterface.php [Serializer] Give access to the context to support* methods 2017-02-13 15:28:10 +01:00
CustomNormalizer.php Merge branch '3.0' into 3.1 2016-06-29 07:41:56 +02:00
DataUriNormalizer.php Fix phpdoc for serializer normalizers exceptions 2017-07-06 10:39:51 +03:00
DateTimeNormalizer.php [Serializer] Remove DateTimeNormalizer PHP < 7 bc layer 2017-07-03 21:08:50 +02:00
DenormalizableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
DenormalizerAwareInterface.php Add normalizer / denormalizer awarness 2016-02-19 11:48:56 +01:00
DenormalizerAwareTrait.php Fix the wrong method name given the corresponding interface 2016-04-14 00:46:09 +02:00
DenormalizerInterface.php Fix phpdoc for serializer normalizers exceptions 2017-07-06 10:39:51 +03:00
GetSetMethodNormalizer.php Merge branch '2.7' into 2.8 2017-09-15 11:59:38 +02:00
JsonSerializableNormalizer.php Add a normalizer that support JsonSerializable objects 2016-02-25 21:06:29 +02:00
NormalizableInterface.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
NormalizerAwareInterface.php Add normalizer / denormalizer awarness 2016-02-19 11:48:56 +01:00
NormalizerAwareTrait.php Fix the wrong method name given the corresponding interface 2016-04-14 00:46:09 +02:00
NormalizerInterface.php Fix phpdoc for serializer normalizers exceptions 2017-07-06 10:39:51 +03:00
ObjectNormalizer.php Merge branch '2.8' into 3.3 2017-09-15 12:08:59 +02:00
PropertyNormalizer.php Merge branch '2.7' into 2.8 2017-09-15 11:59:38 +02:00