Skip to content

Commit fe93d99

Browse files
committed
formatting
1 parent fd56f1b commit fe93d99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Illuminate/Foundation/Exceptions/Whoops/WhoopsExceptionRenderer.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
class WhoopsExceptionRenderer implements ExceptionRenderer
1010
{
11+
/**
12+
* Renders the given exception as HTML.
13+
*
14+
* @param \Throwable $throwable
15+
* @return string
16+
*/
1117
public function render($throwable)
1218
{
1319
return tap(new Whoops, function ($whoops) {

0 commit comments

Comments
 (0)