From a6b2531fd0ab465a99dcec4d1d616e984aa6e0ba Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 1 Mar 2020 13:46:49 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/categories/class/categorie.class.php | 2 +- htdocs/core/class/html.formcategory.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php index 12ae532e6d2..adf26d2b5d6 100644 --- a/htdocs/categories/class/categorie.class.php +++ b/htdocs/categories/class/categorie.class.php @@ -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)) { diff --git a/htdocs/core/class/html.formcategory.class.php b/htdocs/core/class/html.formcategory.class.php index 91a4d72cf42..2f83915c5c2 100644 --- a/htdocs/core/class/html.formcategory.class.php +++ b/htdocs/core/class/html.formcategory.class.php @@ -55,4 +55,4 @@ class FormCategory extends Form return $filter; } -} \ No newline at end of file +}