From 528e4f87d18e153d9e4553d01ffe1cf66539ad37 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 6 Oct 2021 13:59:03 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/hrm/class/skillrank.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/hrm/class/skillrank.class.php b/htdocs/hrm/class/skillrank.class.php index f6696870194..8f957841265 100644 --- a/htdocs/hrm/class/skillrank.class.php +++ b/htdocs/hrm/class/skillrank.class.php @@ -931,7 +931,7 @@ class SkillRank extends CommonObject $this->lines = array(); $objectline = new SkillRankLine($this->db); - $result = $objectline->fetchAll('ASC', 'position', 0, 0, array('customsql'=>'fk_skillrank = '.((int)$this->id))); + $result = $objectline->fetchAll('ASC', 'position', 0, 0, array('customsql'=>'fk_skillrank = '.((int) $this->id))); if (is_numeric($result)) { $this->error = $this->error;