From 8af7ecb2576071f170ecbb0aa2311b26581e40e2 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 5 Sep 2024 21:23:38 +0200 Subject: chore: adjust code to adhere to coding standard Signed-off-by: Anna Larch --- apps/files_trashbin/lib/Command/RestoreAllFiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_trashbin/lib/Command') diff --git a/apps/files_trashbin/lib/Command/RestoreAllFiles.php b/apps/files_trashbin/lib/Command/RestoreAllFiles.php index cd86ede93cb..969791379c1 100644 --- a/apps/files_trashbin/lib/Command/RestoreAllFiles.php +++ b/apps/files_trashbin/lib/Command/RestoreAllFiles.php @@ -173,7 +173,7 @@ class RestoreAllFiles extends Base { $prepMsg = $dryRun ? 'Would restore' : 'Preparing to restore'; $output->writeln("$prepMsg $trashCount files..."); $count = 0; - foreach($userTrashItems as $trashItem) { + foreach ($userTrashItems as $trashItem) { $filename = $trashItem->getName(); $humanTime = $this->l10n->l('datetime', $trashItem->getDeletedTime()); // We use getTitle() here instead of getOriginalLocation() because -- cgit v1.2.3