mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02:00
chore: fixes type checking
This commit is contained in:
@ -4,8 +4,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace Pest\Plugins;
|
||||
|
||||
use Pest\Exceptions\InvalidOption;
|
||||
use Pest\Contracts\Plugins\HandlesArguments;
|
||||
use Pest\Exceptions\InvalidOption;
|
||||
use Pest\TestSuite;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user