diff --git a/core/lib/Drupal/Core/Entity/EntityInterface.php b/core/lib/Drupal/Core/Entity/EntityInterface.php index 0502edf..7b5ebc7 100644 --- a/core/lib/Drupal/Core/Entity/EntityInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityInterface.php @@ -203,7 +203,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);