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 09ee51aa4d Merge branch '3.4' into 4.4
* 3.4:
  Fix quotes in exception messages
2020-03-16 09:56:54 +01:00
..
AbstractRecursivePass.php Fix CS 2020-02-04 10:32:40 +01:00
AnalyzeServiceReferencesPass.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
AutoAliasServicePass.php [DI] Turn services and aliases private by default, with BC layer 2017-09-19 11:28:48 +02:00
AutowirePass.php Add types to private/final/internal methods and constructors. 2019-09-08 21:37:35 +02:00
AutowireRequiredMethodsPass.php [DI] Add support for "wither" methods - for greater immutable services 2019-04-03 11:14:18 +02:00
CheckArgumentsValidityPass.php Merge branch '3.4' into 4.3 2019-08-20 16:07:54 +02:00
CheckCircularReferencesPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
CheckDefinitionValidityPass.php Merge branch '4.3' into 4.4 2019-12-10 16:11:53 +01:00
CheckExceptionOnInvalidReferenceBehaviorPass.php fixed CS 2019-01-16 21:35:37 +01:00
CheckReferenceValidityPass.php Merge branch '2.8' into 3.4 2018-09-08 15:15:14 +02:00
CheckTypeDeclarationsPass.php Fix container lint command when a synthetic service is used in combination with the expression language 2020-03-12 17:59:21 +01:00
Compiler.php Fix CS 2020-02-04 09:04:52 +01:00
CompilerPassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DecoratorServicePass.php Merge branch '4.3' into 4.4 2020-01-06 13:57:54 +01:00
DefinitionErrorExceptionPass.php [DI] compute autowiring error messages lazily 2018-11-06 20:03:07 +01:00
ExtensionCompilerPass.php CS: apply rules 2016-11-03 08:44:53 +01:00
InlineServiceDefinitionsPass.php Turned return type annotations of private methods into php return types. 2019-08-07 16:19:54 +02:00
MergeExtensionConfigurationPass.php [4.4] Add return types on internal|final|private methods (bis) 2019-08-20 23:22:06 +02:00
PassConfig.php Fix CS 2020-02-04 09:04:52 +01:00
PriorityTaggedServiceTrait.php [DI] ignore extra tags added by autoconfiguration in PriorityTaggedServiceTrait 2020-03-04 15:14:33 +01:00
RegisterEnvVarProcessorsPass.php Add types to private/final/internal methods and constructors. 2019-09-08 21:37:35 +02:00
RegisterReverseContainerPass.php [DI] add ReverseContainer: a locator that turns services back to their ids 2019-03-14 17:23:04 +01:00
RegisterServiceSubscribersPass.php [DI] fix auto-binding service providers to their service subscribers 2019-12-16 19:47:19 +01:00
RemoveAbstractDefinitionsPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
RemovePrivateAliasesPass.php Merge branch '3.4' 2017-10-24 16:16:56 +02:00
RemoveUnusedDefinitionsPass.php [DependencyInjection] Fix serialization of \Closure in RemoveUnusedDefinitionsPass 2019-02-01 12:06:24 +01:00
RepeatablePassInterface.php [DI] Improve performance of removing/inlining passes 2018-06-05 13:59:51 +02:00
RepeatedPass.php [DI] Improve performance of removing/inlining passes 2018-06-05 13:59:51 +02:00
ReplaceAliasByActualDefinitionPass.php fixed CS 2019-01-16 21:35:37 +01:00
ResolveBindingsPass.php Merge branch '3.4' into 4.4 2020-03-16 09:56:54 +01:00
ResolveChildDefinitionsPass.php Handle non existent decorated services 2019-10-28 09:31:16 +01:00
ResolveClassPass.php Revert "bug #33092 [DependencyInjection] Improve an exception message (fabpot)" 2019-08-10 23:23:27 +02:00
ResolveEnvPlaceholdersPass.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
ResolveFactoryClassPass.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
ResolveHotPathPass.php Add types to private/final/internal methods and constructors. 2019-09-08 21:37:35 +02:00
ResolveInstanceofConditionalsPass.php Merge branch '4.3' into 4.4 2019-12-16 11:45:21 +01:00
ResolveInvalidReferencesPass.php Handle non existent decorated services 2019-10-28 09:31:16 +01:00
ResolveNamedArgumentsPass.php Merge branch '3.4' into 4.4 2020-03-16 09:56:54 +01:00
ResolveParameterPlaceHoldersPass.php [DI] deferred exceptions in ResolveParameterPlaceHoldersPass 2020-01-08 14:20:51 +03:00
ResolvePrivatesPass.php [DI] Turn private defs to non-public ones before removing passes 2017-10-07 10:21:26 +02:00
ResolveReferencesToAliasesPass.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ResolveServiceSubscribersPass.php [DI][Contracts] add and implement ServiceProviderInterface 2019-03-28 12:22:02 +01:00
ResolveTaggedIteratorArgumentPass.php Allow to choose an index for tagged collection 2019-02-22 11:27:55 +01:00
ServiceLocatorTagPass.php Merge branch '4.3' into 4.4 2019-11-08 17:24:33 +01:00
ServiceReferenceGraph.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ServiceReferenceGraphEdge.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ServiceReferenceGraphNode.php Merge branch '3.4' into 4.2 2019-07-03 19:14:02 +02:00
ValidateEnvPlaceholdersPass.php Debug finalized config in debug:config 2019-03-22 20:30:22 +01:00