From 494abc892c28365831d68798f5c6a422a4ceaac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Wed, 8 Jan 2025 09:36:57 +0100 Subject: [PATCH] Add comment --- src/Controller/Action/SearchWidgetAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/Action/SearchWidgetAction.php b/src/Controller/Action/SearchWidgetAction.php index 6b20e0a..8d81aae 100644 --- a/src/Controller/Action/SearchWidgetAction.php +++ b/src/Controller/Action/SearchWidgetAction.php @@ -10,7 +10,7 @@ use Twig\Environment; /** - * Shows the global search form + * Shows the global search form (not the autocomplete) */ final class SearchWidgetAction {