mirror of
https://github.com/pestphp/pest.git
synced 2026-07-24 18:40:03 +02: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