Skip to content

Commit 77764e7

Browse files
xepozzgithub-actions[bot]
authored andcommitted
Apply Rector changes (CI)
1 parent 20947a8 commit 77764e7

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
@@ -279,7 +279,7 @@ public function renderCallStack(Throwable $t, array $trace = []): string
279279
} elseif (function_exists($function)) {
280280
$parameters = (new \ReflectionFunction($function))->getParameters();
281281
}
282-
} catch (\ReflectionException $e) {
282+
} catch (\ReflectionException) {
283283
// pass
284284
}
285285
}

0 commit comments

Comments
 (0)