Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jul 1, 2023
1 parent ab68865 commit 1c1a4af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
'blank_line_between_import_groups' => false,
'no_trailing_comma_in_singleline' => false,
'nullable_type_declaration_for_default_null_value' => true,
'phpdoc_to_comment' => false,
))
;
2 changes: 1 addition & 1 deletion src/Field/Configurator/ChoiceConfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function configure(FieldDto $field, EntityDto $entityDto, AdminContext $c
);
}

/* @var TranslatableMessage $choiceMessage */
/** @var TranslatableMessage $choiceMessage */
$choiceMessages[] = new TranslatableChoiceMessage(
$choiceMessage,
$isRenderedAsBadge ? $this->getBadgeCssClass($badgeSelector, $selectedValue, $field) : null
Expand Down

0 comments on commit 1c1a4af

Please sign in to comment.