Fixing style errors.

This commit is contained in:
stickler-ci 2020-03-01 13:46:49 +00:00
parent 0e55495c3e
commit a6b2531fd0
2 changed files with 2 additions and 2 deletions

View File

@ -1979,7 +1979,7 @@ class Categorie extends CommonObject
* @param Array $searchList A list with the selected categories
* @return string A additional SQL SELECT query
*/
public static function getFilterSelectQuery($type, $rowIdName, $searchList)
public static function getFilterSelectQuery($type, $rowIdName, $searchList)
{
if (empty($searchList) && !is_array($searchList))
{

View File

@ -55,4 +55,4 @@ class FormCategory extends Form
return $filter;
}
}
}