Fix whitespace

This commit is contained in:
Dennis Eichhorn 2019-04-27 10:49:43 +02:00
parent 872b613d87
commit bc77b62685

View File

@ -24,7 +24,7 @@ namespace phpOMS\Views;
*/ */
class TableView extends View class TableView extends View
{ {
public function renderHeaderColumn(string $inner, bool $sortable = true, bool $filterable = true): void public function renderHeaderColumn(string $inner, bool $sortable = true, bool $filterable = true) : void
{ {
} }