Skip to content

Commit c788048

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Listener/BeforeNodeDeletedListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private function markOriginalFileAsDeleted(int $fileId, ?string $metadataJson =
129129
if (is_array($decoded)) {
130130
$existingMetadata = $decoded;
131131
}
132-
} catch (\Throwable $e) {
132+
} catch (\Throwable) {
133133
}
134134
}
135135

0 commit comments

Comments
 (0)