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
Nicolas Grekas 0aca495522 minor #20364 CS: apply rules (keradus)
This PR was squashed before being merged into the 2.7 branch (closes #20364).

Discussion
----------

CS: apply rules

| Q | A |
| --- | --- |
| Branch? | 2.7 |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | n/a |
| Fixed tickets | - |
| License | MIT |
| Doc PR | - |

Commits
-------

22d4e15 CS: apply rules
2016-11-03 08:44:55 +01:00
..
AnalyzeServiceReferencesPass.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
AutoAliasServicePass.php Add an auto_alias compiler pass 2015-02-12 18:47:12 +01:00
CheckCircularReferencesPass.php Removed dead code and various cleaning 2015-01-21 21:14:55 +01:00
CheckDefinitionValidityPass.php [2.7] silence deprecations for getFactory*() BC layer 2015-01-07 08:44:59 +01:00
CheckExceptionOnInvalidReferenceBehaviorPass.php CS fixes 2014-12-03 20:10:26 +00:00
CheckReferenceValidityPass.php Fixed properties not explicitily declared 2015-09-14 11:40:15 +02:00
Compiler.php Merge branch '2.3' into 2.7 2016-04-14 17:17:41 +02:00
CompilerPassInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
DecoratorServicePass.php merge tags instead of completely replacing them 2016-10-23 08:52:28 +02:00
ExtensionCompilerPass.php CS: apply rules 2016-11-03 08:44:53 +01:00
InlineServiceDefinitionsPass.php make it possible to dump inlined services to XML 2015-03-23 20:17: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 PassConfig::getMergePass is not an array 2016-07-14 11:24:45 +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 Minor cleanups and improvements 2016-09-06 09:06:41 -07:00
ReplaceAliasByActualDefinitionPass.php fixed CS 2016-06-20 18:47:20 +02:00
ResolveDefinitionTemplatesPass.php Merge remote-tracking branch 'origin/2.6' into 2.7 2015-06-25 12:52:11 +00: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 Minor fixes 2016-07-30 03:17:26 -04:00
ServiceReferenceGraph.php [DependencyInjection] fix phpDoc 2016-04-11 16:45:49 +02:00
ServiceReferenceGraphEdge.php Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
ServiceReferenceGraphNode.php Merge branch '2.3' into 2.7 2016-04-14 17:17:41 +02:00