Issue #2913967 by acbramley: TermInterface setName has incorrect parameter type

merge-requests/1654/head
Alex Pott 2018-03-20 10:06:42 +00:00
parent 2bb8283b82
commit 6f2569da3d
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -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