Skip to content

Commit

Permalink
Update apps/files_trashbin/lib/Trashbin.php
Browse files Browse the repository at this point in the history
Co-authored-by: F. E Noel Nfebe <fenn25.fn@gmail.com>
Signed-off-by: danial rahimy <48244647+danialRahimy@users.noreply.github.com>
  • Loading branch information
danialRahimy and Fenn-CS authored Aug 20, 2023
1 parent a766334 commit 2186f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_trashbin/lib/Trashbin.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private static function setUpTrash(string $user): void {
* @throws CopyRecursiveException
* @throws InvalidPathException
*/
private static function copyFilesToUser($sourcePath, $owner, $targetPath, $user, $timestamp): void {
private static function copyFilesToUser(string $sourcePath, string $owner, string $targetPath, string $user, int $timestamp): void {
self::setUpTrash($owner);

$targetFilename = basename($targetPath);
Expand Down

0 comments on commit 2186f0d

Please sign in to comment.