Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
......@@ -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();
......
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