fix: remove phpcs:enable tag
This commit is contained in:
parent
b59c1f1a34
commit
12e327d6b4
@ -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++;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user