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 39b164219b bug #17926 [DependencyInjection] Enable alias for service_container (hason)
This PR was merged into the 2.3 branch.

Discussion
----------

[DependencyInjection] Enable alias for service_container

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

6161438 [DependencyInjection] Enabled alias for service_container
2016-03-30 12:50:22 +02:00
..
AnalyzeServiceReferencesPass.php Docblock fixes 2014-11-30 13:33:44 +00:00
CheckCircularReferencesPass.php Removed dead code and various cleaning 2015-01-21 21:14:55 +01:00
CheckDefinitionValidityPass.php updated license blocks 2012-03-31 18:00:32 -03:00
CheckExceptionOnInvalidReferenceBehaviorPass.php CS fixes 2014-12-03 20:10:26 +00:00
CheckReferenceValidityPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Compiler.php remove api tags from code 2015-09-28 19:11:22 +02:00
CompilerPassInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
InlineServiceDefinitionsPass.php Docblock fixes 2014-11-30 13:33:44 +00:00
LoggingFormatter.php fixed CS 2012-07-09 14:54:20 +02:00
MergeExtensionConfigurationPass.php [DependencyInjection] Highest precedence for user parameters 2015-03-18 10:30:04 +01:00
PassConfig.php remove api tags from code 2015-09-28 19:11:22 +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 bug #17926 [DependencyInjection] Enable alias for service_container (hason) 2016-03-30 12:50:22 +02:00
ResolveDefinitionTemplatesPass.php [2.3] Static Code Analysis for Components 2015-04-15 16:34:28 +02:00
ResolveInvalidReferencesPass.php Standardize the name of the exception variables 2015-06-15 18:26:34 +02:00
ResolveParameterPlaceHoldersPass.php [DependencyInjection] fixed service resolution for factories 2015-03-11 09:33:49 +01:00
ResolveReferencesToAliasesPass.php resolve aliases in factory services 2016-01-27 08:57:17 +01:00
ServiceReferenceGraph.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
ServiceReferenceGraphEdge.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
ServiceReferenceGraphNode.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00