fix: type mismatches and handle nullable values
This commit is contained in:
@@ -93,6 +93,9 @@ class EmailTextCatalogTest extends KernelTestCase
|
||||
{
|
||||
self::bootKernel();
|
||||
|
||||
return self::getContainer()->get(EmailTextCatalog::class);
|
||||
/** @var EmailTextCatalog $catalog */
|
||||
$catalog = self::getContainer()->get(EmailTextCatalog::class);
|
||||
|
||||
return $catalog;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user