Fix Poll\Revision
This commit is contained in:
parent
8b1f40e34c
commit
c644fe5cf8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Revision extends Action
|
|||
/**
|
||||
* Проверяет/нормализует опрос
|
||||
*/
|
||||
public function revision(Poll $poll, bool $normalize = false): string|true
|
||||
public function revision(Poll $poll, bool $normalize = false): string|bool
|
||||
{
|
||||
$this->error = null;
|
||||
$this->question = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue