Skip to content
Snippets Groups Projects
Commit cf3a70a2 authored by catch's avatar catch
Browse files

Revert "Issue #2625138 by Oleksiy, almaudoh:...

Revert "Issue #2625138 by Oleksiy, almaudoh: EntityRepository::loadEntityByUuid() implementation does not match EntityRepositoryInterface::loadEntityByUuid() @return documentation"

This reverts commit 8d6a091a.
parent 95e331d4
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment