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 3609744ab8 Merge branch '4.0'
* 4.0:
  [Translation] Process multiple segments within a single unit.
  Document the container.autowiring.strict_mode option
  fix custom radios/inputs for checkbox/radio type
  Another PR template tweak
  [FrameworkBundle] Add missing XML config for circular_reference_handler. Add tests.
  fix CS
  [PropertyInfo] ReflectionExtractor: give a chance to other extractors if no properties
  Clean calls to http_build_query()
  [WebProfilerBundle] limit ajax request to 100 and remove the last one
  Add support for URL-like DSNs for the PdoSessionHandler
  removed version in @final @internal for version < 4.0
  [HttpFoundation] Fix missing "throw" in JsonResponse
  Improve the documentation of
  Suppress warning from sapi_windows_vt100_support on stream other than STDIO
  removed extra-verbose comments
  Fixes #26136: Avoid emitting warning in hasParameterOption()
  Added a README entry to the PR template
  [HttpFoundation] Add x-zip-compressed to MimeTypeExtensionGuesser.
  [DI] Add null check for removeChild
2018-02-22 12:40:25 +01:00
..
AbstractRecursivePass.php Merge branch '3.3' into 3.4 2018-01-21 20:05:02 +01:00
AnalyzeServiceReferencesPass.php Merge branch '3.4' into 4.0 2017-12-08 16:46:13 +01: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 '3.4' into 4.0 2018-01-02 17:33:53 +01:00
AutowireRequiredMethodsPass.php [DI] Add AutowireRequiredMethodsPass to fix bindings for @required methods 2017-09-25 10:48:11 +02:00
CheckArgumentsValidityPass.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
CheckCircularReferencesPass.php [DI] Analyze setter-circular deps more precisely 2017-11-20 18:46:17 +01:00
CheckDefinitionValidityPass.php Merge branch '3.4' into 4.0 2017-11-24 15:34:08 +01:00
CheckExceptionOnInvalidReferenceBehaviorPass.php [DI] Add ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE 2017-08-31 23:26:27 +02:00
CheckReferenceValidityPass.php Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
Compiler.php Merge branch '3.4' into 4.0 2017-11-29 17:55:50 +01:00
CompilerPassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DecoratorServicePass.php Merge branch '3.4' 2017-09-19 21:46:02 +02:00
DefinitionErrorExceptionPass.php [DI] Fix missing CHANGELOG update + typo 2017-10-02 14:00:46 +02:00
ExtensionCompilerPass.php CS: apply rules 2016-11-03 08:44:53 +01:00
InlineServiceDefinitionsPass.php Merge branch '3.4' into 4.0 2017-12-08 16:46:13 +01:00
MergeExtensionConfigurationPass.php Merge branch '3.4' into 4.0 2017-11-29 14:42:03 +01:00
PassConfig.php Merge branch '3.4' 2017-11-09 18:30:28 +01:00
PriorityTaggedServiceTrait.php Merge branch '3.2' into 3.3 2017-07-19 11:37:49 +02:00
RegisterEnvVarProcessorsPass.php [DI] Register default env var provided types 2017-10-21 10:39:15 +02:00
RegisterServiceSubscribersPass.php [Config] Handle Service/EventSubscriberInterface in ReflectionClassResource 2018-01-31 11:49:53 +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 Merge branch '3.4' 2017-10-24 16:16:56 +02:00
RepeatablePassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RepeatedPass.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
ReplaceAliasByActualDefinitionPass.php Merge branch '3.4' 2017-10-24 16:16:56 +02:00
ResolveBindingsPass.php [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
ResolveChildDefinitionsPass.php Merge branch '3.4' 2017-10-10 16:32:10 +02:00
ResolveClassPass.php [DI] Remove remaining deprecated features 2017-07-12 12:42:06 +02:00
ResolveEnvPlaceholdersPass.php [DI] Dont resolve envs in service ids 2017-11-24 13:44:22 +01:00
ResolveFactoryClassPass.php [DependencyInjection] Use current class as default class for factory declarations 2017-01-24 00:01:39 +01:00
ResolveHotPathPass.php [DI] Skip hot_path tag for deprecated services as their class might also be 2017-11-19 23:04:27 +01:00
ResolveInstanceofConditionalsPass.php Merge branch '3.3' into 3.4 2017-09-28 15:03:46 +02:00
ResolveInvalidReferencesPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
ResolveNamedArgumentsPass.php [DependencyInjection] Added support for variadics in named arguments 2017-12-01 06:31:04 -08:00
ResolveParameterPlaceHoldersPass.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
ResolvePrivatesPass.php [DI] Turn private defs to non-public ones before removing passes 2017-10-07 10:21:26 +02:00
ResolveReferencesToAliasesPass.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
ResolveServiceSubscribersPass.php [DI] Allow service subscribers to leverage autowiring to know where the locator should be injected 2017-04-19 21:52:02 +02:00
ResolveTaggedIteratorArgumentPass.php [DI] Reference tagged services in config 2017-09-28 16:10:08 +02:00
ServiceLocatorTagPass.php [DI] Add context to service-not-found exceptions thrown by service locators 2017-12-09 20:32:41 +01:00
ServiceReferenceGraph.php removed version in @final @internal for version < 4.0 2018-02-19 13:18:43 +01:00
ServiceReferenceGraphEdge.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
ServiceReferenceGraphNode.php Merge branch '3.4' into 4.0 2017-11-29 17:55:50 +01:00