Commit acfbbf7f authored by catch's avatar catch
Browse files

Issue #3099085 by krystalcode: EntityDefinitionUpdateManagerInterface docblock improvement

(cherry picked from commit 8fd8edd8)
parent 52604be5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -184,8 +184,9 @@ public function updateFieldableEntityType(EntityTypeInterface $entity_type, arra
   * @param string $entity_type_id
   *   The entity type identifier.
   *
   * @return \Drupal\Core\Field\FieldStorageDefinitionInterface
   *   The field storage definition.
   * @return \Drupal\Core\Field\FieldStorageDefinitionInterface|null
   *   The field storage definition or NULL if there is none for the given field
   *   name and entity type.
   *
   * @todo Make this return a mutable storage definition interface when we have
   *   one. See https://www.drupal.org/node/2346329.