Skip to content

Commit

Permalink
Bugfix: return type
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan committed Mar 23, 2024
1 parent 3c194d9 commit 98e84fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/model/crons/cronlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 [];
Expand Down

0 comments on commit 98e84fd

Please sign in to comment.