File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class FormDataCollector extends DataCollector implements FormDataCollectorInterf
34
34
/**
35
35
* Stores the collected data per {@link FormInterface} instance.
36
36
*
37
- * Uses the hashes of the forms as keys. This is preferrable over using
37
+ * Uses the hashes of the forms as keys. This is preferable over using
38
38
* {@link \SplObjectStorage}, because in this way no references are kept
39
39
* to the {@link FormInterface} instances.
40
40
*
@@ -45,7 +45,7 @@ class FormDataCollector extends DataCollector implements FormDataCollectorInterf
45
45
/**
46
46
* Stores the collected data per {@link FormView} instance.
47
47
*
48
- * Uses the hashes of the views as keys. This is preferrable over using
48
+ * Uses the hashes of the views as keys. This is preferable over using
49
49
* {@link \SplObjectStorage}, because in this way no references are kept
50
50
* to the {@link FormView} instances.
51
51
*
@@ -57,7 +57,7 @@ class FormDataCollector extends DataCollector implements FormDataCollectorInterf
57
57
* Connects {@link FormView} with {@link FormInterface} instances.
58
58
*
59
59
* Uses the hashes of the views as keys and the hashes of the forms as
60
- * values. This is preferrable over storing the objects directly, because
60
+ * values. This is preferable over storing the objects directly, because
61
61
* this way they can safely be discarded by the GC.
62
62
*
63
63
* @var array
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ abstract protected function createForm();
57
57
* @param string $name
58
58
* @param EventDispatcherInterface $dispatcher
59
59
* @param string $dataClass
60
+ * @param array $options
60
61
*
61
62
* @return FormBuilder
62
63
*/
You can’t perform that action at this time.
0 commit comments