Optimise code.

This commit is contained in:
James Cole
2020-10-24 17:27:36 +02:00
parent b3f1737495
commit 3979e12043
21 changed files with 199 additions and 187 deletions

View File

@@ -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();