- heddn Nicaragua
This is the closest open issue. Drive-by review on the current code that is being changed here. PHPStan currently complains about:
public function onChange() <snip> $entity_type = $property->getDataDefinition()->getConstraint('EntityType')['']; $entities = \Drupal::entityTypeManager()->getStorage($entity_type)->loadByProperties(['uuid' => $this->get('target_uuid')->getValue()]); <snip>
$entity_type
that is returned is an error and getStorage requires a string.