From a68fb730a6a31dc3cbe6442ffda580d0bdf18945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 29 Aug 2018 16:13:10 +0200 Subject: [PATCH] set correct return param --- Search/SearchInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Search/SearchInterface.php b/Search/SearchInterface.php index 4aa24b9dc..a72c7ff26 100644 --- a/Search/SearchInterface.php +++ b/Search/SearchInterface.php @@ -68,7 +68,7 @@ interface SearchInterface * * this may be activated/desactived from bundle definition in config.yml * - * @return boolean + * @return bool */ public function isActiveByDefault();