mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
feat: improves fatal exception handling
This commit is contained in:
@ -7,10 +7,10 @@ namespace Pest\Contracts\Plugins;
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
interface Shutdownable
|
||||
interface Terminable
|
||||
{
|
||||
/**
|
||||
* Shutdowns the plugin.
|
||||
* Terminates the plugin.
|
||||
*/
|
||||
public function shutdown(): void;
|
||||
public function terminate(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user