Skip to content

Commit

Permalink
Files trashbin app: Add remaining return type.
Browse files Browse the repository at this point in the history
Signed-off-by: Danial Rahimi <48244647+danialRahimy@users.noreply.github.com>
  • Loading branch information
danialRahimy committed Aug 15, 2023
1 parent e1a2935 commit 24de858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/files_trashbin/lib/Trashbin.php
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ private static function restoreVersions(View $view, $file, $filename, $uniqueFil
}
}
}

return null;
}

/**
Expand Down

0 comments on commit 24de858

Please sign in to comment.