Fix lint errors

This commit is contained in:
Sekan, Tobias 2020-03-01 14:50:22 +01:00
parent 0e55495c3e
commit 754058b990
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class FormCategory extends Form
* @param Array $preSelected A list with the elements that should pre-selected * @param Array $preSelected A list with the elements that should pre-selected
* @return string A HTML filter box (Note: selected results can get with GETPOST("search_category_".$type."_list")) * @return string A HTML filter box (Note: selected results can get with GETPOST("search_category_".$type."_list"))
*/ */
public function GetFilterBox($type, $preSelected) public function getFilterBox($type, $preSelected)
{ {
// phpcs:enable // phpcs:enable
global $langs; global $langs;

View File

@ -341,7 +341,7 @@ $moreforfilter = '';
if (!empty($conf->categorie->enabled)) if (!empty($conf->categorie->enabled))
{ {
$moreforfilter .= $form->GetFilterBox(Categorie::TYPE_WAREHOUSE, $search_category_list); $moreforfilter .= $form->getFilterBox(Categorie::TYPE_WAREHOUSE, $search_category_list);
} }
/*$moreforfilter.='<div class="divsearchfield">'; /*$moreforfilter.='<div class="divsearchfield">';