From 78adae8bf6d3e940113b2eabff1ed521fa8f95ec Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Fri, 28 Apr 2017 10:42:39 -0400 Subject: [PATCH] Issue #2640668 by sathish.redcrackle, chiranjeeb2410, shashikant_chauhan, claudiu.cristea, Goodmood: Fix TermInterface::getVocabularyId() method return type in documentation --- core/modules/taxonomy/src/TermInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/taxonomy/src/TermInterface.php b/core/modules/taxonomy/src/TermInterface.php index 9c0c47efb97c..3087a56ecbf9 100644 --- a/core/modules/taxonomy/src/TermInterface.php +++ b/core/modules/taxonomy/src/TermInterface.php @@ -85,7 +85,7 @@ public function setWeight($weight); /** * Get the taxonomy vocabulary id this term belongs to. * - * @return int + * @return string * The id of the vocabulary. * * @deprecated Scheduled for removal before Drupal 9.0.0. Use -- GitLab