Skip to content

Commit c46876b

Browse files
Merge branch '6.4' into 7.0
* 6.4: (31 commits) [HttpKernel] Strip exception file paths from log messages [Validator] Add ability to validate time without seconds [Process] Fix test case [Process] Support finding executables independently of open_basedir [Mime] Update mimetypes Add some PHPDoc [Workflow] Add a profiler [Form] Removing self-closing slash from `<input>` [FrameworkBundle][Serializer] Add TranslatableNormalizer [Uid] Fix example [HttpKernel] Add `reset()` implementation in DataCollector [Uid] Add more PHP doc to "export" functions [HttpKernel] RequestPayloadValueResolver Add support for custom http status code [Serializer] Add support for seld/jsonlint in order to enhance error messages [Workflow] fix MermaidDumper when place contains special char [Translation] Phrase translation provider [Workflow] Add support for storing the marking in a property [Crawler] Fix regression where cdata nodes will return empty string [Scheduler] make `ScheduledStamp` "send-able" [Serializer] Groups annotation/attribute on class ...
2 parents f082f0e + 45b1b17 commit c46876b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/DependencyInjection/DependencyInjectionExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Psr\Container\ContainerInterface;
1515
use Symfony\Component\Form\Exception\InvalidArgumentException;
1616
use Symfony\Component\Form\FormExtensionInterface;
17+
use Symfony\Component\Form\FormTypeExtensionInterface;
1718
use Symfony\Component\Form\FormTypeGuesserChain;
1819
use Symfony\Component\Form\FormTypeGuesserInterface;
1920
use Symfony\Component\Form\FormTypeInterface;
@@ -27,7 +28,7 @@ class DependencyInjectionExtension implements FormExtensionInterface
2728
private iterable $guesserServices;
2829

2930
/**
30-
* @param iterable[] $typeExtensionServices
31+
* @param array<string, iterable<FormTypeExtensionInterface>> $typeExtensionServices
3132
*/
3233
public function __construct(ContainerInterface $typeContainer, array $typeExtensionServices, iterable $guesserServices)
3334
{

0 commit comments

Comments
 (0)