Add typehints to form block renderers
[MAILPOET-2665]
This commit is contained in:
committed by
Jack Kitterhing
parent
268fe0f2ad
commit
f959be13dd
@ -4,7 +4,7 @@ namespace MailPoet\Form\Block;
|
||||
|
||||
class Html {
|
||||
|
||||
public function render($block) {
|
||||
public function render(array $block): string {
|
||||
$html = '';
|
||||
$text = '';
|
||||
|
||||
|
Reference in New Issue
Block a user