diff --git a/mailpoet/lib/Automation/Engine/Workflows/Field.php b/mailpoet/lib/Automation/Engine/Workflows/Field.php index 0063a2833d..aa0a2c2a7e 100644 --- a/mailpoet/lib/Automation/Engine/Workflows/Field.php +++ b/mailpoet/lib/Automation/Engine/Workflows/Field.php @@ -54,7 +54,9 @@ class Field { return $this->factory; } - // @phpstan-ignore-next-line - there is no consistent return type + /** + * @return mixed + */ public function getValue() { return $this->getFactory()(); }