diff --git a/core/lib/Drupal/Core/Entity/EntityInterface.php b/core/lib/Drupal/Core/Entity/EntityInterface.php index fac1160..62a8f44 100644 --- a/core/lib/Drupal/Core/Entity/EntityInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityInterface.php @@ -243,7 +243,7 @@ public function uriRelationships(); * @param mixed $id * The id of the entity to load. * - * @return static|null + * @return static * The entity object or NULL if there is no entity with the given ID. */ public static function load($id);