| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | 21 | * {@inheritDoc} - an Error |
| 22 | 22 | */ |
| 23 | - public function html(Base $module, ?Core_Layout $layout = null, $print = false): string { // phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter | |
| 23 | + public function html(Base $module, ?Core_Layout $layout, bool $print = false): string { // phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter | |
| 24 | 24 | $ret = " |
| 25 | 25 | <div class='photonic-error photonic-{$module->provider}-error' id='photonic-{$module->provider}-error-{$module->gallery_index}'> |
| 26 | 26 | <span class='photonic-error-icon photonic-icon'> </span> |
| 27 | 27 | <div class='photonic-message'> |