Skip to content

Commit b46cdd6

Browse files
author
Carlos E. Oliveira
authored
Merge pull request #23 from LinioIT/docs/change-param-type-on-createForm
docs: change type of data to mixed for Form Interface
2 parents 8680fdf + ea02460 commit b46cdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/FormFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function addEventSubscriber($formName, EventSubscriberInterface $eventSub
8282

8383
/**
8484
* @param string $key The key of the Form in the form configuration
85-
* @param array $data
85+
* @param mixed $data
8686
* @param array $options
8787
* @param string $name An name for the form. If empty, the key will be used
8888
*

0 commit comments

Comments
 (0)