minor #16084 [Form] minor CS fix (nicolas-grekas)

This PR was merged into the 2.3 branch.

Discussion
----------

[Form] minor CS fix

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

c92809a [Form] minor CS fix
This commit is contained in:
Fabien Potencier 2015-10-02 18:41:44 +02:00
commit 513fc315d6
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;