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 8acfd3a9d2 Merge branch '5.0'
* 5.0:
  [Debug] fix ClassNotFoundFatalErrorHandler
  [FrameworkBundle] Document the router.cache_class_prefix parameter removal
  [Routing] Fix using a custom matcher & generator dumper class
  [Notifier] Add more specific types at documentation level when php engine can't
  [Serializer] Fix cache in MetadataAwareNameConverter
  [Dotenv] Fixed infinite loop with missing quote followed by quoted value
  [HttpClient] Added missing sprintf
  [TwigBridge] button_widget now has its title attr translated even if its label = null or false
  [PhpUnitBridge] When using phpenv + phpenv-composer plugin, composer executable is wrapped into a bash script
  [Messenger] Added check if json_encode succeeded
  [Messenger] Added check if json_encode succeeded
  [FrameworkBundle][ContainerLintCommand] Only skip .errored. services
  [HttpClient] fix exception in case of PSR17 discovery failure
  [DependencyInjection] Handle ServiceClosureArgument for callable in container linting
  fix processing chain adapter based cache pool
  [HttpKernel] release lock explicitly
  [Security] Prevent canceled remember-me cookie from being accepted
  [FrameworkBundle][TranslationUpdateCommand] Do not output positive feedback on stderr
  [Security\Guard] Fix missing typehints
  do not render preferred choices as selected
2020-01-08 18:33:57 +01:00
..
AbstractRecursivePass.php Merge branch '4.4' 2019-11-05 18:15:52 +01:00
AnalyzeServiceReferencesPass.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
AutoAliasServicePass.php [DI] Turn services and aliases private by default, with BC layer 2017-09-19 11:28:48 +02:00
AutowirePass.php Merge branch '4.4' 2019-09-08 22:44:36 +02:00
AutowireRequiredMethodsPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
AutowireRequiredPropertiesPass.php [DI] Autowire public typed properties 2019-12-03 01:03:38 -08:00
CheckArgumentsValidityPass.php Merge branch '4.4' 2019-08-20 16:46:00 +02:00
CheckCircularReferencesPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
CheckDefinitionValidityPass.php Merge branch '4.3' into 4.4 2019-12-10 16:11:53 +01:00
CheckExceptionOnInvalidReferenceBehaviorPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
CheckReferenceValidityPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
CheckTypeDeclarationsPass.php [DependencyInjection] Handle ServiceClosureArgument for callable in container linting 2020-01-07 11:57:22 +01:00
Compiler.php Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
CompilerPassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DecoratorServicePass.php Merge branch '4.3' into 4.4 2020-01-06 13:57:54 +01:00
DefinitionErrorExceptionPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ExtensionCompilerPass.php CS: apply rules 2016-11-03 08:44:53 +01:00
InlineServiceDefinitionsPass.php Merge branch '4.4' 2019-08-08 11:20:29 +02:00
MergeExtensionConfigurationPass.php Merge branch '4.4' 2019-08-20 23:41:37 +02:00
PassConfig.php Merge branch '5.0' 2019-12-17 13:18:30 +01:00
PriorityTaggedServiceTrait.php [DependencyInjection] added Ability to define a priority method for tagged service 2019-10-02 17:30:24 +02:00
RegisterEnvVarProcessorsPass.php Add types to private/final/internal methods and constructors. 2019-09-08 21:37:35 +02:00
RegisterReverseContainerPass.php [DI] add ReverseContainer: a locator that turns services back to their ids 2019-03-14 17:23:04 +01:00
RegisterServiceSubscribersPass.php Merge branch '4.4' into 5.0 2019-12-17 11:33:13 +01:00
RemoveAbstractDefinitionsPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
RemovePrivateAliasesPass.php Merge branch '3.4' 2017-10-24 16:16:56 +02:00
RemoveUnusedDefinitionsPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ReplaceAliasByActualDefinitionPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveBindingsPass.php Merge branch '4.4' into 5.0 2019-12-19 17:01:11 +01:00
ResolveChildDefinitionsPass.php Merge branch '4.4' 2019-11-05 18:15:52 +01:00
ResolveClassPass.php Revert "bug #33092 [DependencyInjection] Improve an exception message (fabpot)" 2019-08-10 23:23:27 +02:00
ResolveEnvPlaceholdersPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveFactoryClassPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveHotPathPass.php Merge branch '4.4' 2019-09-08 22:44:36 +02:00
ResolveInstanceofConditionalsPass.php Merge branch '4.3' into 4.4 2019-12-16 11:45:21 +01:00
ResolveInvalidReferencesPass.php Handle non existent decorated services 2019-10-28 09:31:16 +01:00
ResolveNamedArgumentsPass.php Merge branch '4.4' 2019-09-11 10:39:10 +02:00
ResolveParameterPlaceHoldersPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolvePrivatesPass.php [DI] Turn private defs to non-public ones before removing passes 2017-10-07 10:21:26 +02:00
ResolveReferencesToAliasesPass.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ResolveServiceSubscribersPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveTaggedIteratorArgumentPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ServiceLocatorTagPass.php Merge branch '4.4' 2019-11-08 17:32:03 +01:00
ServiceReferenceGraph.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ServiceReferenceGraphEdge.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ServiceReferenceGraphNode.php Merge branch '3.4' into 4.2 2019-07-03 19:14:02 +02:00
ValidateEnvPlaceholdersPass.php [DI][5.0] Fix suspicious test 2019-06-07 22:46:17 +02:00