Issue #3221062 by SylvainM, joachim: DocBlock for EntityDefinitionUpdateManagerInterface::getEntityType() missing NULL return

merge-requests/984/head
catch 2021-07-28 11:54:12 +01:00
parent 686951d3c9
commit c5a6d1d843
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ interface EntityDefinitionUpdateManagerInterface {
* @param string $entity_type_id
* The entity type identifier.
*
* @return \Drupal\Core\Entity\EntityTypeInterface
* The entity type definition.
* @return \Drupal\Core\Entity\EntityTypeInterface|null
* The entity type definition. Or NULL if not found.
*/
public function getEntityType($entity_type_id);