Commit 6a75a614 authored by Kristiyan Nikolov's avatar Kristiyan Nikolov Committed by Sascha Grossenbacher
Browse files

Issue #3114396 by tstoeckler, kris_nikolov: Fix some return type documentation

parent d9d1aaa0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ interface ParagraphInterface extends ContentEntityInterface, EntityOwnerInterfac
   *
   * Preserves language context with translated entities.
   *
   * @return ContentEntityInterface
   * @return \Drupal\Core\Entity\ContentEntityInterface|null
   *   The parent entity.
   */
  public function getParentEntity();
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ interface ParagraphsTypeInterface extends ConfigEntityInterface {
  /**
   * Returns the icon file entity.
   *
   * @return \Drupal\file\FileInterface|bool
   * @return \Drupal\file\FileInterface|false
   *   The icon's file entity or FALSE if icon does not exist.
   */
  public function getIconFile();
@@ -54,7 +54,7 @@ interface ParagraphsTypeInterface extends ConfigEntityInterface {
  /**
   * Returns the icon's URL.
   *
   * @return string|bool
   * @return string|false
   *   The icon's URL or FALSE if icon does not exits.
   */
  public function getIconUrl();