Skip to content

Commit 6803e71

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Autocomplete/src/EntityAutocompleterInterface.php

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
*
2121
* @template T of object
2222
*
23+
* TODO Remove next lines for Symfony UX 3
24+
*
2325
* @method array getAttributes(object $entity) Returns extra attributes to add to the autocomplete result.
2426
* @method mixed getGroupBy() Return group_by option.
2527
*/
@@ -55,6 +57,8 @@ public function getValue(object $entity): mixed;
5557

5658
/**
5759
* Returns extra attributes to add to the autocomplete result.
60+
*
61+
* TODO Uncomment for Symfony UX 3
5862
*/
5963
/* public function getAttributes(object $entity): array; */
6064

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

6872
/*
6973
* Return group_by option.
74+
*
75+
* TODO Uncomment for Symfony UX 3
7076
*/
7177
/* public function getGroupBy(): mixed; */
7278
}

0 commit comments

Comments
 (0)