Skip to content

Commit

Permalink
Apply Rector changes (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz authored and github-actions[bot] committed Jul 18, 2024
1 parent 20947a8 commit 77764e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/HtmlRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function renderCallStack(Throwable $t, array $trace = []): string
} elseif (function_exists($function)) {
$parameters = (new \ReflectionFunction($function))->getParameters();
}
} catch (\ReflectionException $e) {
} catch (\ReflectionException) {
// pass
}
}
Expand Down

0 comments on commit 77764e7

Please sign in to comment.