Skip to content

Commit

Permalink
add int return type
Browse files Browse the repository at this point in the history
  • Loading branch information
maximemulder committed Nov 19, 2024
1 parent 5656086 commit 6daec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/libraries/TimePoint.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ class TimePoint implements \LORIS\StudyEntities\AccessibleResource,
\SplFileInfo $file,
string $patientname,
bool $isphantom
) {
): int {
// We try to re-use an existing MRI upload if there already is one for the
// file to insert. There may be several uploads per file, so we choose to
// re-use the last upload when that is the case.
Expand Down

0 comments on commit 6daec07

Please sign in to comment.