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 Aug 30, 2024
1 parent 52f0c26 commit e7a32d0
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 e7a32d0

Please sign in to comment.