Skip to content

Commit

Permalink
Fix FieldTypeHandler typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jul 10, 2019
1 parent b00706e commit 9c6edb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/Form/FieldTypeHandler/EnhancedSelection.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function convertFieldValueFromForm($data): EnhancedSelectionValue
protected function buildFieldForm(
FormBuilderInterface $formBuilder,
FieldDefinition $fieldDefinition,
$languageCode,
string $languageCode,
?Content $content = null
): void {
$options = $this->getDefaultFieldOptions($fieldDefinition, $languageCode, $content);
Expand Down

0 comments on commit 9c6edb5

Please sign in to comment.