Skip to content

Commit

Permalink
Tracy\Panel: fixed TypeError in renderException()
Browse files Browse the repository at this point in the history
  • Loading branch information
Miloslav Hůla authored and dg committed Sep 6, 2017
1 parent 5c41282 commit 8647901
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dibi/Bridges/Tracy/Panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ public static function renderException($e): ?array
'panel' => Helpers::dump($e->getSql(), true),
];
}

return null;
}


Expand Down

0 comments on commit 8647901

Please sign in to comment.