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 14acca7e23 Merge branch '3.1'
* 3.1:
  Fix edge case with StreamedResponse where headers are sent twice
  removed usage of Twig_Compiler::addIndentation
  A decorated service should not keep the autowiring types
  merge tags instead of completely replacing them
2016-10-24 08:52:51 -07:00
..
AnalyzeServiceReferencesPass.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
AutoAliasServicePass.php Add an auto_alias compiler pass 2015-02-12 18:47:12 +01:00
AutowirePass.php minor #19638 [DependencyInjection] Factorize listing of setters (dunglas) 2016-08-23 09:55:49 -07:00
CheckCircularReferencesPass.php Removed dead code and various cleaning 2015-01-21 21:14:55 +01:00
CheckDefinitionValidityPass.php [DI] Remove deprecated scope concept 2015-09-04 22:04:06 +02:00
CheckExceptionOnInvalidReferenceBehaviorPass.php CS fixes 2014-12-03 20:10:26 +00:00
CheckReferenceValidityPass.php [3.0] Remove useless array declaration 2016-01-15 23:47:08 +01:00
Compiler.php [DI] Allow injecting ENV parameters at runtime using %env(MY_ENV_VAR)% syntax 2016-09-10 12:12:34 +02:00
CompilerPassInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
DecoratorServicePass.php Merge branch '2.8' into 3.1 2016-10-24 08:52:44 -07:00
ExtensionCompilerPass.php Fix license headers 2015-09-26 14:15:17 +02:00
FactoryReturnTypePass.php [DependencyInjection] Automatically detect the definitions class when possible 2016-07-31 12:30:18 +02:00
InlineServiceDefinitionsPass.php [DependencyInjection] Remove unused parameter 2016-02-02 14:48:38 +01:00
LoggingFormatter.php added some tests 2015-09-28 18:42:41 +02:00
MergeExtensionConfigurationPass.php Merge branch '2.3' into 2.6 2015-03-22 17:55:57 +01:00
PassConfig.php [DependencyInjection] Fix FactoryReturnTypePass position in PassConfig 2016-10-21 13:59:37 +02:00
PriorityTaggedServiceTrait.php [DependencyInjection] fix the sorting by priority 2016-06-14 12:15:55 +02:00
RemoveAbstractDefinitionsPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
RemovePrivateAliasesPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
RemoveUnusedDefinitionsPass.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
RepeatablePassInterface.php fixed CS 2012-07-09 14:54:20 +02:00
RepeatedPass.php Minor cleanups and improvements 2016-09-06 09:06:41 -07:00
ReplaceAliasByActualDefinitionPass.php fixed CS 2016-06-20 18:47:20 +02:00
ResolveDefinitionTemplatesPass.php [DI] Add corresponding service id in some exception messages 2016-09-09 12:12:11 +02:00
ResolveInvalidReferencesPass.php [DependencyInjection] Properly ignore invalid reference arguments in collection arguments 2015-12-28 14:56:54 +01:00
ResolveParameterPlaceHoldersPass.php Do not trigger deprecation error in ResolveParameterPlaceHoldersPass 2015-06-15 16:48:29 +02:00
ResolveReferencesToAliasesPass.php Merge branch '2.8' into 3.1 2016-08-05 10:37:39 +02:00
ServiceReferenceGraph.php [DependencyInjection] fix phpDoc 2016-04-11 16:45:49 +02:00
ServiceReferenceGraphEdge.php Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
ServiceReferenceGraphNode.php Merge branch '2.3' into 2.7 2016-04-14 17:17:41 +02:00