mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
feat: improves fatal exception handling
This commit is contained in:
@ -48,9 +48,9 @@ final class KernelDump
|
||||
}
|
||||
|
||||
/**
|
||||
* Shutdown the output buffering.
|
||||
* Terminate the output buffering.
|
||||
*/
|
||||
public function shutdown(): void
|
||||
public function terminate(): void
|
||||
{
|
||||
$this->disable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user