Fix implicit nullables
Compare changes
@@ -116,12 +116,12 @@ class FieldStorageSubscriber implements EventSubscriberInterface {
@@ -116,12 +116,12 @@ class FieldStorageSubscriber implements EventSubscriberInterface {
public function handleEntityType($entity_type_id, FieldStorageDefinitionInterface $field_storage_definition = NULL) {
if ($field_storage_definition && ($field_storage_definition->getType() === 'dynamic_entity_reference')) {