Skip to content

Commit

Permalink
Fix phpcs, pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kkhelifa-opendsi committed Nov 15, 2024
1 parent 8952564 commit e6b1b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/ecm/class/ecmdirectory.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public function changeNbOfFiles($value)
} else {
$value = 0;
if ($obj = $this->db->fetch_object($resql)) {
$value = (int)$obj->nb;
$value = (int) $obj->nb;
}
}
}
Expand Down

0 comments on commit e6b1b3d

Please sign in to comment.