Skip to content

Commit ba75b9f

Browse files
committed
minor #1777 [Autocomplete] fix cs (kbond)
This PR was merged into the 2.x branch. Discussion ---------- [Autocomplete] fix cs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | n/a | License | MIT Commits ------- 2166f24 [Autocomplete] fix cs
2 parents 25278fd + 2166f24 commit ba75b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/src/Form/BaseEntityAutocompleteType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function configureOptions(OptionsResolver $resolver): void
4141
if (null === $loader) {
4242
return null;
4343
}
44-
44+
4545
return new ExtraLazyChoiceLoader($loader);
4646
};
4747

0 commit comments

Comments
 (0)