From ae3a0fce71bcfb116b229918250ec47507ad6e13 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 Aug 2021 02:16:30 +0200 Subject: [PATCH] Fix phpcs --- htdocs/holiday/class/holiday.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php index 1901f4d88f6..8b609bdf84e 100644 --- a/htdocs/holiday/class/holiday.class.php +++ b/htdocs/holiday/class/holiday.class.php @@ -2176,7 +2176,6 @@ class Holiday extends CommonObject $auser = new User($this->db); $auser->fetch($obj->fk_user_approve_expected); $this->user_approve = $auser; - } } }