| @@ -14,10 +14,9 @@ | ||
| 14 | 14 | |
| 15 | 15 | class TableListTemplate { |
| 16 | 16 | use Singleton; |
| 17 | 17 | |
| 18 | - public function init() { | |
| 19 | - } | |
| 18 | + public function init(): void {} | |
| 20 | 19 | |
| 21 | 20 | /** |
| 22 | 21 | * Render the HTML table. |
| 23 | 22 | * |
| @@ -108,9 +107,9 @@ | ||
| 108 | 107 | return Template::combine_components( $section ); |
| 109 | 108 | } |
| 110 | 109 | |
| 111 | 110 | /** |
| 112 | - * Reder the HTML table footer. | |
| 111 | + * Render the HTML table footer. | |
| 113 | 112 | * |
| 114 | 113 | * @param string $footer_html |
| 115 | 114 | * |
| 116 | 115 | * @return string |