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
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 {
You can’t perform that action at this time.
0 commit comments