Skip to content

Commit b0379d8

Browse files
committed
fix CS
1 parent dfacc33 commit b0379d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PreloadedExtension.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ class PreloadedExtension implements FormExtensionInterface
3838
/**
3939
* Creates a new preloaded extension.
4040
*
41-
* @param FormTypeInterface[] $types The types that the extension should support.
42-
* @param array[FormTypeExtensionInterface[]] typeExtensions The type extensions that the extension should support.
43-
* @param FormTypeGuesserInterface|null $typeGuesser The guesser that the extension should support.
41+
* @param FormTypeInterface[] $types The types that the extension should support.
42+
* @param array[FormTypeExtensionInterface[]] $typeExtensions The type extensions that the extension should support.
43+
* @param FormTypeGuesserInterface|null $typeGuesser The guesser that the extension should support.
4444
*/
4545
public function __construct(array $types, array $typeExtensions, FormTypeGuesserInterface $typeGuesser = null)
4646
{

0 commit comments

Comments
 (0)