mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02: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