Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 16, 2019
1 parent db2fbf6 commit 6b8fe96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HeroTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public function phpErrorHandler(int $errorType, string $errorMessage, string $er
return;
}

\http_response_code(500);
foreach ($this->errorHeroModuleConfig['display-settings']['exclude-php-errors'] as $excludePhpError) {
if ($errorType === $excludePhpError) {
return;
Expand Down

0 comments on commit 6b8fe96

Please sign in to comment.