1
0
mirror of synced 2024-11-22 11:56:03 +03:00

phpstan fix

This commit is contained in:
Pavel 2023-05-24 15:59:04 +03:00
parent 016f152fef
commit a08a03c1c8

View File

@ -398,7 +398,7 @@ class Message implements ModelInterface
/**
* @param string $note
*/
public function setNote(string $note)
public function setNote(string $note): void
{
$this->note = $note;
}