Skip to content

Commit

Permalink
[Autocomplete] Remove the misleading phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Feb 4, 2024
1 parent f7f008a commit 639886d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@
*/
interface OptionsAwareEntityAutocompleterInterface extends EntityAutocompleterInterface
{
/**
* @param array<string, scalar> $options
*/
public function setOptions(array $options): void;
}

0 comments on commit 639886d

Please sign in to comment.