Fix various phpstan issues.

This commit is contained in:
James Cole
2023-11-04 11:31:14 +01:00
parent ef428a0226
commit 0220cf9784
64 changed files with 195 additions and 153 deletions

View File

@@ -70,9 +70,8 @@ class MailError extends Job implements ShouldQueue
/**
* Execute the job.
*
* @throws FireflyException
*/
public function handle()
public function handle(): void
{
$email = (string)config('firefly.site_owner');
$args = $this->exception;