phpstan fix
This commit is contained in:
parent
016f152fef
commit
a08a03c1c8
@ -398,7 +398,7 @@ class Message implements ModelInterface
|
|||||||
/**
|
/**
|
||||||
* @param string $note
|
* @param string $note
|
||||||
*/
|
*/
|
||||||
public function setNote(string $note)
|
public function setNote(string $note): void
|
||||||
{
|
{
|
||||||
$this->note = $note;
|
$this->note = $note;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user