Skip to content

Commit f15e042

Browse files
fix: error php-cs-fixer
1 parent 58436b8 commit f15e042

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
@@ -1776,10 +1776,10 @@ public static function preItem(CommonDBTM $item)
17761776
continue;
17771777
}
17781778

1779-
if (false !== ($data = self::populateData($c_id, $item))) {
1779+
if (false !== ($data = self::populateData($c_id, $item))) {
17801780
if (self::validateValues($data, $item->getType(), isset($_REQUEST['massiveaction'])) === false) {
17811781
$item->input = [];
1782-
1782+
17831783
return false;
17841784
}
17851785
$all_data[] = $data;

inc/field.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ public static function showForTab($params)
913913
return;
914914
}
915915
$itemId = $item->fields['id'];
916-
916+
917917
$container_ids = PluginFieldsContainer::findContainers(get_class($item), $type, $subtype, $itemId);
918918

919919
foreach ($container_ids as $container_id) {

0 commit comments

Comments
 (0)