Skip to content

Commit

Permalink
IBX-8784: Added AbstractExceptionVisitor template
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Oct 11, 2024
1 parent 3cbe21e commit 59e5424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
$configFactory = new InternalConfigFactory();
$configFactory->withRules([
'declare_strict_types' => false,
'phpdoc_no_empty_return' => false,
]);

return $configFactory
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Server/Output/ValueObjectVisitor/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function canDisplayExceptionTrace(): bool

protected function canDisplayPreviousException(): bool
{
return $this->debug;
return true;
}
}

Expand Down

0 comments on commit 59e5424

Please sign in to comment.