| @@ -71,9 +71,9 @@ | ||
| 71 | 71 | |
| 72 | 72 | /** |
| 73 | 73 | * {@inheritDoc} - a Header |
| 74 | 74 | */ |
| 75 | - public function html(Base $module, ?Core_Layout $layout = null, $print = false): string { | |
| 75 | + public function html(Base $module, ?Core_Layout $layout, bool $print = false): string { | |
| 76 | 76 | $ret = $layout->generate_header_markup($this, $module); |
| 77 | 77 | if ($print) { |
| 78 | 78 | echo wp_kses($ret, Photonic::$safe_tags); |
| 79 | 79 | } |