mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
Optimise code.
This commit is contained in:
@@ -33,11 +33,9 @@ class CronController
|
||||
use CronRunner;
|
||||
|
||||
/**
|
||||
* @param string $token
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function cron(string $token): string
|
||||
public function cron(): string
|
||||
{
|
||||
$results = [];
|
||||
$results[] = $this->runRecurring();
|
||||
|
Reference in New Issue
Block a user