Skip to content

Commit

Permalink
[fabbot] Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed Jun 22, 2024
1 parent 7666743 commit 92850e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* @internal
*
* @deprecated since 2.13
* @deprecated since UX 2.13
*/
final class AutocompleteEntityTypeSubscriber implements EventSubscriberInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Autocomplete/src/Form/ParentEntityAutocompleteType.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* All form types that want to expose autocomplete functionality should use this for its getParent().
*
* @deprecated since 2.13, use "Symfony\UX\Autocomplete\Form\BaseEntityAutocompleteType" instead
* @deprecated since UX 2.13, use "Symfony\UX\Autocomplete\Form\BaseEntityAutocompleteType" instead
*/
final class ParentEntityAutocompleteType extends AbstractType implements DataMapperInterface
{
Expand Down

0 comments on commit 92850e7

Please sign in to comment.