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/DependencyInjection/Compiler
Fabien Potencier 9138e1a64c Merge branch '2.3'
* 2.3:
  fixed CS
  fixed CS
  [HttpKernel] fixed memory limit display in MemoryDataCollector
  Fixed the error handling when decoding invalid XML to avoid a Warning
  [Form] Fixed: The "data" option is taken into account even if it is NULL
  [DomCrawler] [HttpFoundation] Make `Content-Type` attributes identification case-insensitive

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TimedPhpEngineTest.php
2013-10-30 09:31:46 +01:00
..
AnalyzeServiceReferencesPass.php Fixed the phpdoc in the DependencyInjection component 2012-09-08 00:56:45 +02:00
CheckCircularReferencesPass.php optimized circular reference checker 2013-08-30 13:28:31 +02:00
CheckDefinitionValidityPass.php Allow null values as tag attributes 2013-09-16 10:01:04 +02:00
CheckExceptionOnInvalidReferenceBehaviorPass.php updated license blocks 2012-03-31 18:00:32 -03:00
CheckReferenceValidityPass.php [DependencyInjection] fixed PHP notice when the scope is not defined 2013-03-23 11:39:42 +01:00
Compiler.php [DependencyInjection] tagged the public @api 2011-07-20 10:50:27 +02:00
CompilerPassInterface.php fixed CS 2012-07-09 14:54:20 +02:00
InlineServiceDefinitionsPass.php [DependencyInjection] Prevented inlining of lazy loaded private service definitions. 2013-09-26 23:39:53 +01:00
LoggingFormatter.php fixed CS 2012-07-09 14:54:20 +02:00
MergeExtensionConfigurationPass.php [DIC] Move PrependExtensionInterface to the Extension namespace 2013-01-23 17:42:45 +01:00
PassConfig.php fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
RemoveAbstractDefinitionsPass.php updated license blocks 2012-03-31 18:00:32 -03:00
RemovePrivateAliasesPass.php fixed CS 2011-06-08 12:16:48 +02:00
RemoveUnusedDefinitionsPass.php Fixed the phpdoc in the DependencyInjection component 2012-09-08 00:56:45 +02:00
RepeatablePassInterface.php fixed CS 2012-07-09 14:54:20 +02:00
RepeatedPass.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
ReplaceAliasByActualDefinitionPass.php wrap the exception to get information about where the exception comes from 2013-01-16 09:37:50 +01:00
ResolveDefinitionTemplatesPass.php fixed CS 2013-10-30 09:30:20 +01:00
ResolveInvalidReferencesPass.php [DependencyInjection] fixed management of scoped services with an invalid behavior set to null 2013-03-23 13:59:30 +01:00
ResolveParameterPlaceHoldersPass.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
ResolveReferencesToAliasesPass.php [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
ServiceReferenceGraph.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
ServiceReferenceGraphEdge.php fixed CS 2012-05-18 19:42:42 +02:00
ServiceReferenceGraphNode.php fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00