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
2019-05-19 11:11:39 -03:00
..
AbstractRecursivePass.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
AnalyzeServiceReferencesPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
AutoAliasServicePass.php [DI] Turn services and aliases private by default, with BC layer 2017-09-19 11:28:48 +02:00
AutowireExceptionPass.php fixed some deprecation messages 2017-12-31 07:59:27 +01:00
AutowirePass.php [WIP] [DependencyInjection] Fix a wrong error when using a factory and a call 2019-04-06 18:35:29 +02:00
AutowireRequiredMethodsPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
CheckArgumentsValidityPass.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
CheckCircularReferencesPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
CheckDefinitionValidityPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
CheckExceptionOnInvalidReferenceBehaviorPass.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
CheckReferenceValidityPass.php Merge branch '2.8' into 3.4 2018-09-08 15:15:14 +02:00
Compiler.php switched array() to [] 2019-01-16 10:39:14 +01:00
CompilerPassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DecoratorServicePass.php switched array() to [] 2019-01-16 10:39:14 +01:00
DefinitionErrorExceptionPass.php [DI] Fix missing CHANGELOG update + typo 2017-10-02 14:00:46 +02:00
ExtensionCompilerPass.php CS: apply rules 2016-11-03 08:44:53 +01:00
FactoryReturnTypePass.php switched array() to [] 2019-01-16 10:39:14 +01:00
InlineServiceDefinitionsPass.php [DI] Fix dumping Doctrine-like service graphs 2019-01-30 18:15:16 +01:00
LoggingFormatter.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
MergeExtensionConfigurationPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
PassConfig.php switched array() to [] 2019-01-16 10:39:14 +01:00
PriorityTaggedServiceTrait.php switched array() to [] 2019-01-16 10:39:14 +01:00
RegisterEnvVarProcessorsPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
RegisterServiceSubscribersPass.php Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
RemoveAbstractDefinitionsPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
RemovePrivateAliasesPass.php Merge branch '3.3' into 3.4 2017-10-24 16:12:06 +02:00
RemoveUnusedDefinitionsPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
RepeatablePassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RepeatedPass.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
ReplaceAliasByActualDefinitionPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
ResolveBindingsPass.php bug #29944 [DI] Overriding services autowired by name under _defaults bind not working (przemyslaw-bogusz, renanbr) 2019-04-12 16:33:47 +02:00
ResolveChildDefinitionsPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
ResolveClassPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
ResolveDefinitionTemplatesPass.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +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 switched array() to [] 2019-01-16 10:39:14 +01:00
ResolveInstanceofConditionalsPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
ResolveInvalidReferencesPass.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
ResolveNamedArgumentsPass.php Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
ResolveParameterPlaceHoldersPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
ResolvePrivatesPass.php [DI] Turn private defs to non-public ones before removing passes 2017-10-07 10:21:26 +02:00
ResolveReferencesToAliasesPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
ResolveServiceSubscribersPass.php [DI] Cleanup unused service_subscriber.locator tag 2018-06-23 15:02:32 +02:00
ResolveTaggedIteratorArgumentPass.php [DI] Reference tagged services in config 2017-09-28 16:10:08 +02:00
ServiceLocatorTagPass.php [DI] fix using bindings with locators of service subscribers 2019-05-19 11:11:39 -03:00
ServiceReferenceGraph.php switched array() to [] 2019-01-16 10:39:14 +01:00
ServiceReferenceGraphEdge.php [DI] fix taking lazy services into account when dumping the container 2018-11-20 15:22:20 +01:00
ServiceReferenceGraphNode.php switched array() to [] 2019-01-16 10:39:14 +01:00