type fixes

This commit is contained in:
Yuri Kuznetsov
2022-03-19 11:11:58 +02:00
parent aa51a58da5
commit 4015e2f254
5 changed files with 19 additions and 11 deletions
@@ -104,6 +104,7 @@ class StringDataLoader implements Loader
return;
}
/** @var ?string */
$fromEmailAddressId = $entity->get('fromEmailAddressId');
if (!$fromEmailAddressId) {