Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher authored Dec 20, 2024
1 parent eb15e8f commit 87fe623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CommonITILObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,8 @@ class_exists($validation_class)
return $input;
}

public static function checkEmptyMandatoryFields(CommonDBTM $item, ITILTemplate $item_template) {
public static function checkEmptyMandatoryFields(CommonDBTM $item, ITILTemplate $item_template)
{
if (count($item_template->mandatory)) {
$mandatory_missing = [];
$fieldsname = $item_template->getAllowedFieldsNames(true);
Expand Down

0 comments on commit 87fe623

Please sign in to comment.