diff --git a/core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php b/core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php index 39c8a8b01438c0bbc59eda15e2c41d103852a2bd..0946ee9495ee69fa2d67d5f55b622a38d75898f1 100644 --- a/core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php @@ -22,8 +22,8 @@ interface EntityRepositoryInterface { * @param string $uuid * The UUID of the entity to load. * - * @return \Drupal\Core\Entity\EntityInterface|false - * The entity object, or FALSE if there is no entity with the given UUID. + * @return \Drupal\Core\Entity\EntityInterface|null + * The entity object, or NULL if there is no entity with the given UUID. * * @throws \Drupal\Core\Entity\EntityStorageException * Thrown in case the requested entity type does not support UUIDs.