[Form] minor CS fix

This commit is contained in:
Nicolas Grekas 2015-10-02 18:35:24 +02:00
parent 8879a5fa9a
commit c92809a1fd
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ class DependencyInjectionExtension implements FormExtensionInterface
private $guesserLoaded = false;
private $typeExtensionServiceIds;
public function __construct(ContainerInterface $container,
array $typeServiceIds, array $typeExtensionServiceIds,
array $guesserServiceIds)
public function __construct(ContainerInterface $container, array $typeServiceIds, array $typeExtensionServiceIds, array $guesserServiceIds)
{
$this->container = $container;
$this->typeServiceIds = $typeServiceIds;