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 502d6fba75 Merge branch '5.1'
* 5.1:
  [DependencyInjection][Config] Use several placeholder unique prefixes for dynamic placeholder values
  [Mime] Keep Sender full address when used by non-SMTP transports
  Update MimeTypes.php
2020-07-15 12:59:44 +02:00
..
AbstractRecursivePass.php Merge branch '5.0' 2020-05-04 17:54:21 +02:00
AliasDeprecatedPublicServicesPass.php [DependencyInjection] Add a mechanism to deprecate public services to private 2020-05-04 15:38:14 +02: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 Merge branch '4.4' 2019-09-08 22:44:36 +02:00
AutowireRequiredMethodsPass.php Add support of PHP8 static return type for withers 2020-04-30 22:10:08 +02:00
AutowireRequiredPropertiesPass.php Fix support for PHP8 union types 2020-06-18 20:40:13 +02:00
CheckArgumentsValidityPass.php Merge branch '4.4' 2019-08-20 16:46:00 +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 [DependencyInjection] Display alternatives when a service is not found in CheckExceptionOnInvalidReferenceBehaviorPass 2020-06-08 15:43:58 +02:00
CheckReferenceValidityPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
CheckTypeDeclarationsPass.php Merge branch '5.0' into 5.1 2020-06-18 20:24:02 +02: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 [DI] deprecate Definition/Alias::setPrivate() 2020-06-22 10:12:56 +02:00
DefinitionErrorExceptionPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ExtensionCompilerPass.php
InlineServiceDefinitionsPass.php Merge branch '4.4' 2019-08-08 11:20:29 +02:00
MergeExtensionConfigurationPass.php Merge branch '5.0' into 5.1 2020-07-15 12:53:22 +02:00
PassConfig.php [DI] deprecate Definition/Alias::setPrivate() 2020-06-22 10:12:56 +02:00
PriorityTaggedServiceTrait.php Merge branch '5.0' 2020-03-30 13:43:41 +02: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 Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +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] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ReplaceAliasByActualDefinitionPass.php [DI] deprecate Definition/Alias::setPrivate() 2020-06-22 10:12:56 +02:00
ResolveBindingsPass.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
ResolveChildDefinitionsPass.php [DI] deprecate Definition/Alias::setPrivate() 2020-06-22 10:12:56 +02:00
ResolveClassPass.php Revert "bug #33092 [DependencyInjection] Improve an exception message (fabpot)" 2019-08-10 23:23:27 +02:00
ResolveDecoratorStackPass.php [DI] add syntax to stack decorators 2020-04-14 18:54:23 +02:00
ResolveEnvPlaceholdersPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveFactoryClassPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveHotPathPass.php [DI] reduce recursivity of ResolveHotPathPass 2020-05-08 00:37:41 +02:00
ResolveInstanceofConditionalsPass.php [DI] remove restriction and allow mixing "parent" and instanceof-conditionals/defaults/bindings 2020-04-12 09:10:44 +02:00
ResolveInvalidReferencesPass.php Handle non existent decorated services 2019-10-28 09:31:16 +01:00
ResolveNamedArgumentsPass.php [DI] fix definition and usage of AbstractArgument 2020-04-23 22:40:01 +02:00
ResolveNoPreloadPass.php [DI] fix synthetic services in ResolveNoPreloadPass 2020-04-29 19:41:01 +02:00
ResolveParameterPlaceHoldersPass.php Merge branch '4.4' into 5.0 2020-01-10 22:57:37 +01:00
ResolvePrivatesPass.php [DI] deprecate Definition/Alias::setPrivate() 2020-06-22 10:12:56 +02:00
ResolveReferencesToAliasesPass.php [DI] deprecate Definition/Alias::setPrivate() 2020-06-22 10:12:56 +02:00
ResolveServiceSubscribersPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveTaggedIteratorArgumentPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ServiceLocatorTagPass.php [DI] deprecate Definition/Alias::setPrivate() 2020-06-22 10:12:56 +02: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 [FrameworkBundle] Dump kernel extension configuration 2020-03-31 20:59:28 +02:00