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 b812eb05db bug #13750 [DependencyInjection] Fixed decoration of service for service with parent (hason)
This PR was merged into the 2.6 branch.

Discussion
----------

[DependencyInjection] Fixed decoration of service for service with parent

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

Commits
-------

0b8b58c [DependencyInjection] Fixed decoration of service for service with parent
2015-06-25 11:05:26 +02:00
..
AnalyzeServiceReferencesPass.php [2.6] cleanup deprecated uses 2015-01-05 09:56:52 +01:00
CheckCircularReferencesPass.php Removed dead code and various cleaning 2015-01-21 21:14:55 +01:00
CheckDefinitionValidityPass.php fixed CS 2014-09-24 10:31:33 +02:00
CheckExceptionOnInvalidReferenceBehaviorPass.php CS fixes 2014-12-03 20:10:26 +00:00
CheckReferenceValidityPass.php Removed dead code and various cleaning 2015-01-21 21:57:55 +01:00
Compiler.php Merge branch '2.3' into 2.4 2014-01-01 09:14:50 +01:00
CompilerPassInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
DecoratorServicePass.php CS fixes 2014-12-04 20:26:11 +00:00
InlineServiceDefinitionsPass.php prevent inlining service configurators 2015-03-22 22:40:28 +01:00
LoggingFormatter.php fixed CS 2012-07-09 14:54:20 +02:00
MergeExtensionConfigurationPass.php Merge branch '2.3' into 2.6 2015-03-22 17:55:57 +01:00
PassConfig.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01: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 wrap the exception to get information about where the exception comes from 2013-01-16 09:37:50 +01:00
ResolveDefinitionTemplatesPass.php [DependencyInjection] Fixed decoration of service for service with parent 2015-05-18 11:41:40 +02:00
ResolveInvalidReferencesPass.php Standardize the name of the exception variables 2015-06-15 18:26:34 +02:00
ResolveParameterPlaceHoldersPass.php resolve class parameters in service factories 2015-03-16 14:48:05 +01:00
ResolveReferencesToAliasesPass.php Break infinite loop while resolving aliases 2014-10-26 08:26:27 +01: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