diff --git a/core/modules/taxonomy/src/TermInterface.php b/core/modules/taxonomy/src/TermInterface.php index 3087a56ecbf..4cde8f45f68 100644 --- a/core/modules/taxonomy/src/TermInterface.php +++ b/core/modules/taxonomy/src/TermInterface.php @@ -57,7 +57,7 @@ interface TermInterface extends ContentEntityInterface, EntityChangedInterface { /** * Sets the name of the term. * - * @param int $name + * @param string $name * The term's name. * * @return $this