Skip to content

Commit 40f70ae

Browse files
shuangjiegithub-actions[bot]
authored andcommitted
Apply Rector changes (CI)
1 parent c08cf44 commit 40f70ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/HtmlRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ public function getThrowableName(Throwable $throwable): string
517517
$name = $friendlyExceptionAttribute->name . ' (' . $name . ')';
518518
}
519519
}
520-
} catch (\Throwable $e) {
520+
} catch (\Throwable) {
521521
// Ignore exception and keep default name
522522
}
523523
}

0 commit comments

Comments
 (0)