mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
Fix deprecations and code style issues
This commit is contained in:
@@ -28,5 +28,5 @@ interface CronJobInterface
|
||||
*
|
||||
* @return array|null optionally return an array with the same data than the previous execution
|
||||
*/
|
||||
public function run(array $lastExecutionData): array|null;
|
||||
public function run(array $lastExecutionData): ?array;
|
||||
}
|
||||
|
Reference in New Issue
Block a user