diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index cbb1f09f3d8..8c588cfb2e4 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -4454,7 +4454,6 @@ class Form
*/
public function selectEstablishments($selected = '', $htmlname = 'entity', $status = 0, $filtre = '', $useempty = 0, $moreattrib = '')
{
- // phpcs:enable
global $langs, $conf;
$langs->load("admin");
@@ -6603,7 +6602,6 @@ class Form
*/
public function selectTickets($selected = '', $htmlname = 'ticketid', $filtertype = '', $limit = 0, $status = 1, $selected_input_value = '', $hidelabel = 0, $ajaxoptions = array(), $socid = 0, $showempty = '1', $forcecombo = 0, $morecss = '', $selected_combinations = null, $nooutput = 0)
{
- // phpcs:enable
global $langs, $conf;
$out = '';