Various code cleanup.

This commit is contained in:
James Cole
2021-04-06 08:51:27 +02:00
parent d32446b171
commit 5ceef2e9c3
47 changed files with 161 additions and 557 deletions

View File

@@ -25,6 +25,7 @@ namespace FireflyIII\Support\Cronjobs;
use Carbon\Carbon;
use Exception;
use FireflyIII\Exceptions\FireflyException;
/**
* Class AbstractCronjob
@@ -45,8 +46,6 @@ abstract class AbstractCronjob
/**
* AbstractCronjob constructor.
*
* @throws Exception
*/
public function __construct()
{

View File

@@ -66,7 +66,7 @@ class FireflyConfig
/**
* @param string $name
* @param null $default
* @param bool|string|int|null $default
*
* @return Configuration|null
* @throws FireflyException