diff --git a/src/ConfigStorage/Relation.php b/src/ConfigStorage/Relation.php index 5ca1769deb..fa04966c09 100644 --- a/src/ConfigStorage/Relation.php +++ b/src/ConfigStorage/Relation.php @@ -662,9 +662,9 @@ class Relation * * @param string $username the username * - * @return mixed[]|bool list of history items + * @return mixed[]|false list of history items */ - public function getHistory(string $username): array|bool + public function getHistory(string $username): array|false { $sqlHistoryFeature = $this->getRelationParameters()->sqlHistoryFeature; if ($sqlHistoryFeature === null) {