Skip to content

Commit f6225ce

Browse files
authored
Merge pull request #3814 from samsonasik/fix-phpstan-error
Fixes PHPStan error notice at latest develop
2 parents 2756479 + 7e8e0d1 commit f6225ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

system/Config/Services.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ public static function email($config = null, bool $getShared = true)
224224
return static::getSharedInstance('email', $config);
225225
}
226226

227-
// @phpstan-ignore-next-line
228227
if (empty($config) || ! (is_array($config) || $config instanceof EmailConfig))
229228
{
230229
$config = config('Email');

0 commit comments

Comments
 (0)