Skip to content

Commit ec40325

Browse files
refactor(rector): drop unused catch variable in SignRequestMapper
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 8bc431f commit ec40325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Db/SignRequestMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ public function getFilesToSearchProvider(IUser $user, string $fileName, int $lim
503503
$file = File::fromRow($row);
504504

505505
$files[] = $file;
506-
} catch (\Exception $e) {
506+
} catch (\Exception) {
507507
continue;
508508
}
509509
}

0 commit comments

Comments
 (0)