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/VarDumper/Caster
Nicolas Grekas 643c54ce52 Merge branch '3.4'
* 3.4:
  [DI] use assertStringEqualsFile when possible
  [VarDumper] Adapt to php 7.2 changes
  [DI] Fix using private services in expressions
  [Form][TwigBridge] Don't render _method in form_rest() for a child form
  [Form] Static call TimezoneType::getTimezones
  Removed references for non existent validator constraints
  Suggest using quotes instead of Yaml::PARSE_KEYS_AS_STRINGS
  [DI] Fix test
  [Cache] Handle unserialization failures for Memcached
  Remove unused prop + added @deprecated
  Remove unused mocks/vars
  feature #22317 [Console] Make SymfonyQuestionHelper::ask optional by default (ro0NL)
  [DoctrineBridge][PropertyInfo] Added support for Doctrine Embeddables
  [Validator] Fix IbanValidator for ukrainian IBANs
  Router: allow HEAD method to be defined first
  [WebProfilerBundle] Display trace and context in the logger profiler
  Fixing a bug where if a core class was autowired, autowiring tried to autowire optional args as if they were required
2017-07-26 08:59:36 +02:00
..
AmqpCaster.php [VarDumper] Improve dump of AMQP* Object 2017-02-08 11:21:49 +01:00
ArgsStub.php Remove PHP < 7.1.3 code 2017-05-22 08:50:05 +02:00
Caster.php Merge branch '3.4' 2017-07-26 08:59:36 +02:00
ClassStub.php [Di] Remove closure-proxy arguments 2017-06-01 22:59:07 +02:00
ConstStub.php [VarDumper] Add ClassStub for clickable & shorter PHP identifiers 2016-09-02 17:23:03 +02:00
CutArrayStub.php [VarDumper] Allow preserving a subset of cut arrays 2015-04-22 15:44:48 +02:00
CutStub.php Merge branch '2.7' into 2.8 2016-08-23 15:37:31 +02:00
DateCaster.php Remove hhvm compat 2017-07-21 15:54:53 +02:00
DoctrineCaster.php [VarDumper] Cherry-pick code style fixes from 2.7 2015-06-12 10:17:57 +02:00
DOMCaster.php [VarDumper] Add LinkStub to create links in HTML dumps 2016-09-01 17:11:16 +02:00
EnumStub.php [VarDumper] Dumping exceptions is now more compact 2016-07-28 09:09:25 +02:00
ExceptionCaster.php [HttpKernel][VarDumper] Truncate profiler data & optim perf 2017-07-10 16:18:27 +02:00
FrameStub.php [VarDumper] Casters for Generator, ReflectionGenerator and ReflectionType 2015-10-25 18:50:43 +01:00
LinkStub.php [VarDumper] Fine tune dumping log messages 2017-04-17 18:48:03 +02:00
MongoCaster.php [VarDumper] Make use of Caster::PREFIX_* consts 2015-03-31 16:41:17 +02:00
PdoCaster.php [VarDumper] Add ClassStub for clickable & shorter PHP identifiers 2016-09-02 17:23:03 +02:00
PgSqlCaster.php [VarDumper] Add EnumStub for dumping virtual collections with casters 2015-09-20 23:07:38 +02:00
RedisCaster.php removed HHVM support 2017-06-01 15:17:54 -07:00
ReflectionCaster.php removed HHVM support 2017-06-01 15:17:54 -07:00
ResourceCaster.php Merge branch '2.8' into 3.2 2017-06-23 08:35:45 +02:00
SplCaster.php Merge branch '3.2' into 3.3 2017-06-24 11:29:48 +02:00
StubCaster.php Merge branch '2.8' into 3.2 2017-05-15 14:02:31 +02:00
SymfonyCaster.php Revert "feature #20973 [DI] Add getter injection (nicolas-grekas)" 2017-03-25 15:07:47 +01:00
TraceStub.php [VarDumper] Casters for Generator, ReflectionGenerator and ReflectionType 2015-10-25 18:50:43 +01:00
XmlReaderCaster.php [VarDumper] Add LinkStub to create links in HTML dumps 2016-09-01 17:11:16 +02:00
XmlResourceCaster.php [VarDumper] Add Caster for XML-parser resources 2015-03-20 14:43:24 +01:00