mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
type fixes
This commit is contained in:
@@ -85,7 +85,10 @@ class MetadataProvider
|
||||
*/
|
||||
public function getScheduledJobNameList(): array
|
||||
{
|
||||
return array_keys($this->metadata->get(['app', 'scheduledJobs']) ?? []);
|
||||
/** @var array<string,mixed> */
|
||||
$items = $this->metadata->get(['app', 'scheduledJobs']) ?? [];
|
||||
|
||||
return array_keys($items);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user