Skip to content

Commit 45b1b17

Browse files
committed
Add some PHPDoc
1 parent 9ce5121 commit 45b1b17

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)