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/DataCollector
Fabien Potencier 83ee704816 Merge branch '2.5' into 2.6
* 2.5:
  Configure firewall's kernel exception listener with configured entry point or a default entry point
  PSR-2 fixes
  [DependencyInjection] make paths relative to __DIR__ in the generated container
  Fixed the syntax of a composer.json file
  Fixed the symfony/config version constraint
  Tweaked the password-compat version constraint
  Docblock fixes
  Remove dialog usage
  define constant only if it wasn't defined before
  Fix incorrect spanish translation
  Fixed typos

Conflicts:
	src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php
	src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
	src/Symfony/Component/OptionsResolver/Options.php
	src/Symfony/Component/OptionsResolver/OptionsResolverInterface.php
	src/Symfony/Component/Process/ProcessPipes.php
	src/Symfony/Component/Security/Http/Tests/Firewall/RememberMeListenerTest.php
	src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php
	src/Symfony/Component/Validator/ConstraintViolation.php
	src/Symfony/Component/Yaml/Inline.php
	src/Symfony/Component/Yaml/Parser.php
2014-12-02 21:19:20 +01:00
..
Util [HttpKernel] added value of DateTime object and objects implementing DateTimeInterface to ValueExporter 2014-06-16 07:12:02 +02:00
ConfigDataCollector.php Docblock fixes 2014-11-30 13:33:44 +00:00
DataCollector.php [HttpKernel] Initialize DataCollector data as array 2014-09-30 11:28:36 +02:00
DataCollectorInterface.php fixed CS 2012-07-09 14:54:20 +02:00
DumpDataCollector.php [HttpKernel] fix parse error in DumpDataCollector 2014-11-18 12:05:34 +01:00
EventDataCollector.php Merge branch '2.3' into 2.5 2014-10-26 08:41:27 +01:00
ExceptionDataCollector.php Docblock fixes 2014-11-30 13:33:44 +00:00
LateDataCollectorInterface.php Removed dead code (unused use statements). 2013-10-16 13:59:56 +02:00
LoggerDataCollector.php Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
MemoryDataCollector.php Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
RequestDataCollector.php [HttpKernel][2.6] Adding support for invokable controllers in the RequestDataCollector 2014-11-12 09:14:41 +01:00
RouterDataCollector.php Docblock fixes 2014-11-30 13:33:44 +00:00
TimeDataCollector.php Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00