From f5c688e03a64d1d01ea6c202835b2479212cbc9f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 21 Aug 2023 18:33:14 +0200 Subject: [PATCH] try #6202 --- app/Fluidbook/SearchIndex.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Fluidbook/SearchIndex.php b/app/Fluidbook/SearchIndex.php index 84cf8cfae..42a7b8319 100644 --- a/app/Fluidbook/SearchIndex.php +++ b/app/Fluidbook/SearchIndex.php @@ -17,6 +17,7 @@ class SearchIndex * @param bool $simple * @param bool $force * @return void + * @throws \Exception */ public static function makeTextsIndexes($compiler, $dir, &$index, &$textes, bool $simple = false, bool $force = false) { -- 2.39.5