Skip to content

Commit f023e59

Browse files
fix: error php-cs-fixer
1 parent d41c7c4 commit f023e59

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

inc/container.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,10 +1884,10 @@ public static function preItem(CommonDBTM $item)
18841884
continue;
18851885
}
18861886

1887-
if (false !== ($data = self::populateData($c_id, $item))) {
1887+
if (false !== ($data = self::populateData($c_id, $item))) {
18881888
if (self::validateValues($data, $item->getType(), isset($_REQUEST['massiveaction'])) === false) {
18891889
$item->input = [];
1890-
1890+
18911891
return false;
18921892
}
18931893
$all_data[] = $data;

inc/field.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ public static function showForTab($params)
923923
return;
924924
}
925925
$itemId = $item->fields['id'];
926-
926+
927927
$container_ids = PluginFieldsContainer::findContainers(get_class($item), $type, $subtype, $itemId);
928928

929929
foreach ($container_ids as $container_id) {

0 commit comments

Comments
 (0)