Skip to content

Commit 6b8fe96

Browse files
committed
clean up
1 parent db2fbf6 commit 6b8fe96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/HeroTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public function phpErrorHandler(int $errorType, string $errorMessage, string $er
104104
return;
105105
}
106106

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

0 commit comments

Comments
 (0)