Skip to content

Commit ec433c0

Browse files
authored
Fix(CI): PHPStan (#418)
1 parent 43d445b commit ec433c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

inc/ticket.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ public static function item_update(CommonDBTM $item)
248248
}
249249

250250
//ticket qualification on cat change
251+
// @phpstan-ignore-next-line - Offset 'itilcategories_id' on list<string> in isset() does not exist.
251252
if (isset($item->updates['itilcategories_id']) || in_array('itilcategories_id', $item->updates)) {
252253
self::qualification($item);
253254
}

0 commit comments

Comments
 (0)