mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
style: plugin actions improvements
This commit is contained in:
@ -17,7 +17,7 @@ final class CallsShutdown
|
||||
*
|
||||
* Provides an opportunity for any plugins to shutdown.
|
||||
*/
|
||||
public function __invoke(): void
|
||||
public static function execute(): void
|
||||
{
|
||||
$plugins = Loader::getPlugins(Plugins\Shutdownable::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user