Skip to content

Commit 66fa867

Browse files
committed
[Autocomplete] Add TODO to think of removing/uncommenting lines for Symfony UX 3
1 parent 215f87c commit 66fa867

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Autocomplete/src/EntityAutocompleterInterface.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
*
2121
* @template T of object
2222
*
23+
* TODO Remove next lines for Symfony UX 3
2324
* @method array getAttributes(object $entity) Returns extra attributes to add to the autocomplete result.
2425
* @method mixed getGroupBy() Return group_by option.
2526
*/
@@ -55,6 +56,8 @@ public function getValue(object $entity): mixed;
5556

5657
/**
5758
* Returns extra attributes to add to the autocomplete result.
59+
*
60+
* TODO Uncomment for Symfony UX 3
5861
*/
5962
/* public function getAttributes(object $entity): array; */
6063

@@ -67,6 +70,8 @@ public function isGranted(Security $security): bool;
6770

6871
/*
6972
* Return group_by option.
73+
*
74+
* TODO Uncomment for Symfony UX 3
7075
*/
7176
/* public function getGroupBy(): mixed; */
7277
}

0 commit comments

Comments
 (0)