fix: remove phpcs:enable tag

This commit is contained in:
Théo David 2021-07-12 14:37:07 +02:00
parent b59c1f1a34
commit 12e327d6b4

View File

@ -6663,7 +6663,6 @@ class Form
*/
public function select_tickets_list($selected = '', $htmlname = 'ticketid', $filtertype = '', $limit = 20, $filterkey = '', $status = 1, $outputmode = 0, $showempty = '1', $forcecombo = 0, $morecss = '')
{
// phpcs:enable
global $langs, $conf, $user, $db;
$out = '';
@ -6738,7 +6737,6 @@ class Form
$out .= $opt;
array_push($outarray, $optJson);
$i++;
}