From 98e84fdb80625732d2f0b0fbe5921a942f19ce7e Mon Sep 17 00:00:00 2001 From: stefan Date: Sat, 23 Mar 2024 14:57:57 +0100 Subject: [PATCH] Bugfix: return type --- inc/model/crons/cronlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/model/crons/cronlist.php b/inc/model/crons/cronlist.php index 863a89c8e..dd60e6f93 100644 --- a/inc/model/crons/cronlist.php +++ b/inc/model/crons/cronlist.php @@ -162,7 +162,7 @@ public function getAllCrons() : array * @return array * @since 4.3 */ - private function getResult(array $values, $activeOnly = false) : array + private function getResult(array|bool $values, $activeOnly = false) : array { if (!count($values)) { return [];