Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 7b5da95

Browse files
committed
Add missing params to docblock
1 parent 2c5786e commit 7b5da95

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Form/Type/FlexModelFormType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ public function addFieldPlaceholder(array &$options, array $formFieldConfigurati
199199

200200
/**
201201
* Adds field options based on the datatype of a field.
202+
*
203+
* @param array $options
204+
* @param array $fieldConfiguration
202205
*/
203206
private function addFieldOptionsByDatatype(array &$options, array $fieldConfiguration)
204207
{

0 commit comments

Comments
 (0)