Skip to content

Commit 461193d

Browse files
authored
chore(core): prevent 500 on warning (#782)
1 parent cf354b7 commit 461193d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tempest/Http/src/Exceptions/HttpProductionErrorHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function handleError(int $errNo, string $errstr, string $errFile, int $er
2323
if (
2424
$errNo === E_USER_WARNING
2525
|| $errNo === E_DEPRECATED
26+
|| $errNo === E_WARNING
2627
) {
2728
return;
2829
}

0 commit comments

Comments
 (0)