There was an error while loading. Please reload this page.
1 parent 43d445b commit ec433c0Copy full SHA for ec433c0
1 file changed
inc/ticket.class.php
@@ -248,6 +248,7 @@ public static function item_update(CommonDBTM $item)
248
}
249
250
//ticket qualification on cat change
251
+ // @phpstan-ignore-next-line - Offset 'itilcategories_id' on list<string> in isset() does not exist.
252
if (isset($item->updates['itilcategories_id']) || in_array('itilcategories_id', $item->updates)) {
253
self::qualification($item);
254
0 commit comments