Skip to content

Commit ffebfec

Browse files
[Form] minor CS fix
1 parent d4a800b commit ffebfec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Extension/DependencyInjection/DependencyInjectionExtension.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ class DependencyInjectionExtension implements FormExtensionInterface
2525
private $guesserLoaded = false;
2626
private $typeExtensionServiceIds;
2727

28-
public function __construct(ContainerInterface $container,
29-
array $typeServiceIds, array $typeExtensionServiceIds,
30-
array $guesserServiceIds)
28+
public function __construct(ContainerInterface $container, array $typeServiceIds, array $typeExtensionServiceIds, array $guesserServiceIds)
3129
{
3230
$this->container = $container;
3331
$this->typeServiceIds = $typeServiceIds;

0 commit comments

Comments
 (0)