Remove usless annotation

[MAILPOET-2993]
This commit is contained in:
Pavel Dohnal
2020-11-11 09:54:57 +01:00
committed by Veljko V
parent d4541dfa4c
commit 1724d3b698

View File

@ -63,9 +63,6 @@ class Shortcodes {
$this->queue = $queue;
}
/**
* @param bool $wpUserPreview
*/
public function setWpUserPreview(bool $wpUserPreview): void {
$this->wpUserPreview = $wpUserPreview;
}