Skip to content

Commit a4b74cc

Browse files
committed
Fix lint
1 parent 6cf94f1 commit a4b74cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Controller.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ public static function requireFieldsToClose(CommonDBTM $item, bool $is_solution
418418
if (
419419
!$is_solution
420420
&& $conf->fields['require_solution_to_close' . $configSuffix] == 1
421-
&& is_array($data)
422421
&& isset($data['status'])
423422
&& $data['status'] == CommonITILObject::CLOSED
424423
) {

0 commit comments

Comments
 (0)