diff options
Diffstat (limited to 'settings/Controller/CheckSetupController.php')
-rw-r--r-- | settings/Controller/CheckSetupController.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php index e1073be4697..4080cfab029 100644 --- a/settings/Controller/CheckSetupController.php +++ b/settings/Controller/CheckSetupController.php @@ -415,11 +415,7 @@ Raw output return function_exists('imagettfbbox') && function_exists('imagettftext'); } - /** - * Check if the required FreeType functions are present - * @return bool - */ - protected function hasMissingIndexes() { + protected function hasMissingIndexes(): array { $indexInfo = new MissingIndexInformation(); // Dispatch event so apps can also hint for pending index updates if needed $event = new GenericEvent($indexInfo); |