Issue #2913967 by acbramley: TermInterface setName has incorrect parameter type
parent
2bb8283b82
commit
6f2569da3d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue