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
2016-01-15 23:47:08 +01:00
..
AnalyzeServiceReferencesPass.php Removed deprecations in DependencyInjection component 2015-05-16 15:12:51 +02:00
AutoAliasServicePass.php Add an auto_alias compiler pass 2015-02-12 18:47:12 +01:00
AutowirePass.php [DI][autowiring] throw exception when many services use the same class. 2015-11-24 08:45:36 +00: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 Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
CompilerPassInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
DecoratorServicePass.php Unpack nested array instead of using temp var 2015-08-11 23:01:37 +02:00
ExtensionCompilerPass.php Fix license headers 2015-09-26 14:15:17 +02:00
InlineServiceDefinitionsPass.php [DI] Remove deprecated scope concept 2015-09-04 22:04:06 +02: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] Add autowiring capabilities 2015-10-03 08:39:08 +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 [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
ReplaceAliasByActualDefinitionPass.php Improve error message for undefined DIC aliases 2015-12-05 11:09:07 +01:00
ResolveDefinitionTemplatesPass.php Merge branch '2.8' into 3.0 2015-12-22 11:39:06 +01:00
ResolveInvalidReferencesPass.php Standardize the name of the exception variables 2015-06-15 18:26:34 +02:00
ResolveParameterPlaceHoldersPass.php Do not trigger deprecation error in ResolveParameterPlaceHoldersPass 2015-06-15 16:48:29 +02:00
ResolveReferencesToAliasesPass.php [DI] Remove deprecated scope concept 2015-09-04 22:04:06 +02:00
ServiceReferenceGraph.php Merge branch '2.3' into 2.4 2014-04-16 12:34:31 +02:00
ServiceReferenceGraphEdge.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
ServiceReferenceGraphNode.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00