File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ class PreloadedExtension implements FormExtensionInterface
38
38
/**
39
39
* Creates a new preloaded extension.
40
40
*
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.
44
44
*/
45
45
public function __construct (array $ types , array $ typeExtensions , FormTypeGuesserInterface $ typeGuesser = null )
46
46
{
You can’t perform that action at this time.
0 commit comments