Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist authored and actions-user committed Jan 11, 2022
1 parent 1b468b0 commit 7d98932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Views/ViewExceptionMapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
$this->assertEquals($viewData, $mappedException?->getViewData());
});

function renderViewAndMapException(string $view, ?array $data = null): ViewException {
function renderViewAndMapException(string $view, ?array $data = null): ViewException
{
try {
view($view, $data)->render();
} catch (\Illuminate\View\ViewException $originalViewException) {
Expand Down

0 comments on commit 7d98932

Please sign in to comment.